Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.KeyConfigurationType.Builder
Packages that use KeyConfigurationType.Builder
-
Uses of KeyConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return KeyConfigurationType.BuilderModifier and TypeMethodDescriptionstatic KeyConfigurationType.BuilderKeyConfigurationType.builder()The type of encryption key used for the user pool.KeyConfigurationType.Builder.keyType(EncryptionKeyType keyType) The type of encryption key used for the user pool.The Amazon Resource Name (ARN) of the KMS key used for encryption.KeyConfigurationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type KeyConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyConfigurationType.Builder>KeyConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type KeyConfigurationType.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.keyConfiguration(Consumer<KeyConfigurationType.Builder> keyConfiguration) The key configuration for the user pool.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.keyConfiguration(Consumer<KeyConfigurationType.Builder> keyConfiguration) The key configuration for the user pool.default UserPoolType.BuilderUserPoolType.Builder.keyConfiguration(Consumer<KeyConfigurationType.Builder> keyConfiguration) The key configuration for the user pool, including encryption settings.