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