Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SmsConfigurationType.Builder
Packages that use SmsConfigurationType.Builder
-
Uses of SmsConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SmsConfigurationType.BuilderModifier and TypeMethodDescriptionstatic SmsConfigurationType.BuilderSmsConfigurationType.builder()SmsConfigurationType.Builder.externalId(String externalId) The external ID provides additional security for your IAM role.SmsConfigurationType.Builder.snsCallerArn(String snsCallerArn) The Amazon Resource Name (ARN) of the Amazon SNS caller.The Amazon Web Services Region to use with Amazon SNS integration.SmsConfigurationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SmsConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SmsConfigurationType.Builder>SmsConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type SmsConfigurationType.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) The settings for your Amazon Cognito user pool to send SMS messages with Amazon Simple Notification Service.default SmsMfaConfigType.BuilderSmsMfaConfigType.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) The SMS configuration with the settings for your Amazon Cognito user pool to send SMS message with Amazon Simple Notification Service.default UserPoolType.BuilderUserPoolType.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration) User pool configuration for delivery of SMS messages with Amazon Simple Notification Service.