Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.KeyConfigurationType
Packages that use KeyConfigurationType
-
Uses of KeyConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return KeyConfigurationTypeModifier and TypeMethodDescriptionfinal KeyConfigurationTypeCreateUserPoolRequest.keyConfiguration()The key configuration for the user pool.final KeyConfigurationTypeUpdateUserPoolRequest.keyConfiguration()The key configuration for the user pool.final KeyConfigurationTypeUserPoolType.keyConfiguration()The key configuration for the user pool, including encryption settings.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type KeyConfigurationTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.keyConfiguration(KeyConfigurationType keyConfiguration) The key configuration for the user pool.UpdateUserPoolRequest.Builder.keyConfiguration(KeyConfigurationType keyConfiguration) The key configuration for the user pool.UserPoolType.Builder.keyConfiguration(KeyConfigurationType keyConfiguration) The key configuration for the user pool, including encryption settings.