Uses of Class
software.amazon.awssdk.services.emrserverless.model.IdentityCenterConfigurationInput
-
Packages that use IdentityCenterConfigurationInput Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of IdentityCenterConfigurationInput in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return IdentityCenterConfigurationInput Modifier and Type Method Description IdentityCenterConfigurationInputCreateApplicationRequest. identityCenterConfiguration()The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation.IdentityCenterConfigurationInputUpdateApplicationRequest. identityCenterConfiguration()Specifies the IAM Identity Center configuration used to enable or disable trusted identity propagation.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type IdentityCenterConfigurationInput Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. identityCenterConfiguration(IdentityCenterConfigurationInput identityCenterConfiguration)The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. identityCenterConfiguration(IdentityCenterConfigurationInput identityCenterConfiguration)Specifies the IAM Identity Center configuration used to enable or disable trusted identity propagation.
-