Uses of Class
software.amazon.awssdk.services.transfer.model.IdentityCenterConfig
-
Packages that use IdentityCenterConfig Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of IdentityCenterConfig in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return IdentityCenterConfig Modifier and Type Method Description IdentityCenterConfigWebAppIdentityProviderDetails. identityCenterConfig()A structure that describes the values to use for the IAM Identity Center settings when you create a web app.Methods in software.amazon.awssdk.services.transfer.model with parameters of type IdentityCenterConfig Modifier and Type Method Description static WebAppIdentityProviderDetailsWebAppIdentityProviderDetails. fromIdentityCenterConfig(IdentityCenterConfig identityCenterConfig)Create an instance of this class withWebAppIdentityProviderDetails.identityCenterConfig()initialized to the given value.WebAppIdentityProviderDetails.BuilderWebAppIdentityProviderDetails.Builder. identityCenterConfig(IdentityCenterConfig identityCenterConfig)A structure that describes the values to use for the IAM Identity Center settings when you create a web app.
-