| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
SmsConfigurationType |
SmsConfigurationType.clone() |
SmsConfigurationType |
UpdateUserPoolRequest.getSmsConfiguration()
SMS configuration.
|
SmsConfigurationType |
UserPoolType.getSmsConfiguration()
The SMS configuration.
|
SmsConfigurationType |
SmsMfaConfigType.getSmsConfiguration()
The SMS configuration.
|
SmsConfigurationType |
CreateUserPoolRequest.getSmsConfiguration()
The SMS configuration.
|
SmsConfigurationType |
SmsConfigurationType.withExternalId(String externalId)
The external ID is a value that we recommend you use to add security to your IAM role which is used to call
Amazon SNS to send SMS messages for your user pool.
|
SmsConfigurationType |
SmsConfigurationType.withSnsCallerArn(String snsCallerArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) caller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserPoolRequest.setSmsConfiguration(SmsConfigurationType smsConfiguration)
SMS configuration.
|
void |
UserPoolType.setSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
void |
SmsMfaConfigType.setSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
void |
CreateUserPoolRequest.setSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
UpdateUserPoolRequest |
UpdateUserPoolRequest.withSmsConfiguration(SmsConfigurationType smsConfiguration)
SMS configuration.
|
UserPoolType |
UserPoolType.withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
SmsMfaConfigType |
SmsMfaConfigType.withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
CreateUserPoolRequest |
CreateUserPoolRequest.withSmsConfiguration(SmsConfigurationType smsConfiguration)
The SMS configuration.
|
Copyright © 2020. All rights reserved.