Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressPointConfiguration
-
Packages that use IngressPointConfiguration Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressPointConfiguration in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressPointConfiguration Modifier and Type Method Description static IngressPointConfigurationIngressPointConfiguration. fromSecretArn(String secretArn)Create an instance of this class withsecretArn()initialized to the given value.static IngressPointConfigurationIngressPointConfiguration. fromSmtpPassword(String smtpPassword)Create an instance of this class withsmtpPassword()initialized to the given value.IngressPointConfigurationCreateIngressPointRequest. ingressPointConfiguration()If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.IngressPointConfigurationUpdateIngressPointRequest. ingressPointConfiguration()If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressPointConfiguration Modifier and Type Method Description CreateIngressPointRequest.BuilderCreateIngressPointRequest.Builder. ingressPointConfiguration(IngressPointConfiguration ingressPointConfiguration)If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.UpdateIngressPointRequest.BuilderUpdateIngressPointRequest.Builder. ingressPointConfiguration(IngressPointConfiguration ingressPointConfiguration)If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
-