Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SmsConfigurationType.Builder
-
Packages that use SmsConfigurationType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of SmsConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SmsConfigurationType.Builder Modifier and Type Method Description static SmsConfigurationType.BuilderSmsConfigurationType. builder()SmsConfigurationType.BuilderSmsConfigurationType.Builder. externalId(String externalId)The external ID provides additional security for your IAM role.SmsConfigurationType.BuilderSmsConfigurationType.Builder. snsCallerArn(String snsCallerArn)The Amazon Resource Name (ARN) of the Amazon SNS caller.SmsConfigurationType.BuilderSmsConfigurationType.Builder. snsRegion(String snsRegion)The Amazon Web Services Region to use with Amazon SNS integration.SmsConfigurationType.BuilderSmsConfigurationType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SmsConfigurationType.Builder Modifier and Type Method Description static Class<? extends SmsConfigurationType.Builder>SmsConfigurationType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type SmsConfigurationType.Builder Modifier and Type Method Description default 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.
-