| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RelayAuthentication |
RelayAuthentication.clone() |
RelayAuthentication |
UpdateRelayRequest.getAuthentication()
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
|
RelayAuthentication |
GetRelayResult.getAuthentication()
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
|
RelayAuthentication |
CreateRelayRequest.getAuthentication()
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
|
RelayAuthentication |
RelayAuthentication.withNoAuthentication(NoAuthentication noAuthentication)
Keep an empty structure if the relay destination server does not require SMTP credential authentication.
|
RelayAuthentication |
RelayAuthentication.withSecretArn(String secretArn)
The ARN of the secret created in secrets manager where the relay server's SMTP credentials are stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRelayRequest.setAuthentication(RelayAuthentication authentication)
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
|
void |
GetRelayResult.setAuthentication(RelayAuthentication authentication)
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
|
void |
CreateRelayRequest.setAuthentication(RelayAuthentication authentication)
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
|
UpdateRelayRequest |
UpdateRelayRequest.withAuthentication(RelayAuthentication authentication)
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
|
GetRelayResult |
GetRelayResult.withAuthentication(RelayAuthentication authentication)
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
|
CreateRelayRequest |
CreateRelayRequest.withAuthentication(RelayAuthentication authentication)
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
|
Copyright © 2024. All rights reserved.