| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
IngressPointConfiguration |
IngressPointConfiguration.clone() |
IngressPointConfiguration |
CreateIngressPointRequest.getIngressPointConfiguration()
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
|
IngressPointConfiguration |
UpdateIngressPointRequest.getIngressPointConfiguration()
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
|
IngressPointConfiguration |
IngressPointConfiguration.withSecretArn(String secretArn)
The SecretsManager::Secret ARN of the ingress endpoint resource.
|
IngressPointConfiguration |
IngressPointConfiguration.withSmtpPassword(String smtpPassword)
The password of the ingress endpoint resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIngressPointRequest.setIngressPointConfiguration(IngressPointConfiguration ingressPointConfiguration)
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
|
void |
UpdateIngressPointRequest.setIngressPointConfiguration(IngressPointConfiguration ingressPointConfiguration)
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
|
CreateIngressPointRequest |
CreateIngressPointRequest.withIngressPointConfiguration(IngressPointConfiguration ingressPointConfiguration)
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
|
UpdateIngressPointRequest |
UpdateIngressPointRequest.withIngressPointConfiguration(IngressPointConfiguration ingressPointConfiguration)
If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
|
Copyright © 2024. All rights reserved.