Uses of Interface
software.amazon.awssdk.services.transfer.model.UpdateWebAppIdentityCenterConfig.Builder
-
Packages that use UpdateWebAppIdentityCenterConfig.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of UpdateWebAppIdentityCenterConfig.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return UpdateWebAppIdentityCenterConfig.Builder Modifier and Type Method Description static UpdateWebAppIdentityCenterConfig.BuilderUpdateWebAppIdentityCenterConfig. builder()UpdateWebAppIdentityCenterConfig.BuilderUpdateWebAppIdentityCenterConfig.Builder. role(String role)The IAM role used to access IAM Identity Center.UpdateWebAppIdentityCenterConfig.BuilderUpdateWebAppIdentityCenterConfig. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type UpdateWebAppIdentityCenterConfig.Builder Modifier and Type Method Description static Class<? extends UpdateWebAppIdentityCenterConfig.Builder>UpdateWebAppIdentityCenterConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type UpdateWebAppIdentityCenterConfig.Builder Modifier and Type Method Description static UpdateWebAppIdentityProviderDetailsUpdateWebAppIdentityProviderDetails. fromIdentityCenterConfig(Consumer<UpdateWebAppIdentityCenterConfig.Builder> identityCenterConfig)Create an instance of this class withUpdateWebAppIdentityProviderDetails.identityCenterConfig()initialized to the given value.default UpdateWebAppIdentityProviderDetails.BuilderUpdateWebAppIdentityProviderDetails.Builder. identityCenterConfig(Consumer<UpdateWebAppIdentityCenterConfig.Builder> identityCenterConfig)A structure that describes the values to use for the IAM Identity Center settings when you update a web app.
-