| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static SmsConfigurationType.Builder |
SmsConfigurationType.builder() |
SmsConfigurationType.Builder |
SmsConfigurationType.Builder.externalId(String externalId)
The external ID provides additional security for your IAM role.
|
SmsConfigurationType.Builder |
SmsConfigurationType.Builder.snsCallerArn(String snsCallerArn)
The Amazon Resource Name (ARN) of the Amazon SNS caller.
|
SmsConfigurationType.Builder |
SmsConfigurationType.Builder.snsRegion(String snsRegion)
The Amazon Web Services Region to use with Amazon SNS integration.
|
SmsConfigurationType.Builder |
SmsConfigurationType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SmsConfigurationType.Builder> |
SmsConfigurationType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserPoolType.Builder |
UserPoolType.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message
from your Amazon Web Services account through Amazon Simple Notification Service.
|
default UpdateUserPoolRequest.Builder |
UpdateUserPoolRequest.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message
from your Amazon Web Services account through Amazon Simple Notification Service.
|
default CreateUserPoolRequest.Builder |
CreateUserPoolRequest.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message
from your Amazon Web Services account through Amazon Simple Notification Service.
|
default SmsMfaConfigType.Builder |
SmsMfaConfigType.Builder.smsConfiguration(Consumer<SmsConfigurationType.Builder> smsConfiguration)
The SMS configuration with the settings that your Amazon Cognito user pool must use to send an SMS message
from your Amazon Web Services account through Amazon Simple Notification Service.
|
Copyright © 2022. All rights reserved.