Uses of Interface
software.amazon.awssdk.services.mailmanager.model.IngressPointConfiguration.Builder
-
Packages that use IngressPointConfiguration.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressPointConfiguration.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressPointConfiguration.Builder Modifier and Type Method Description static IngressPointConfiguration.BuilderIngressPointConfiguration. builder()IngressPointConfiguration.BuilderIngressPointConfiguration.Builder. secretArn(String secretArn)The SecretsManager::Secret ARN of the ingress endpoint resource.IngressPointConfiguration.BuilderIngressPointConfiguration.Builder. smtpPassword(String smtpPassword)The password of the ingress endpoint resource.IngressPointConfiguration.BuilderIngressPointConfiguration. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type IngressPointConfiguration.Builder Modifier and Type Method Description static Class<? extends IngressPointConfiguration.Builder>IngressPointConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type IngressPointConfiguration.Builder Modifier and Type Method Description default CreateIngressPointRequest.BuilderCreateIngressPointRequest.Builder. ingressPointConfiguration(Consumer<IngressPointConfiguration.Builder> ingressPointConfiguration)If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.default UpdateIngressPointRequest.BuilderUpdateIngressPointRequest.Builder. ingressPointConfiguration(Consumer<IngressPointConfiguration.Builder> ingressPointConfiguration)If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.
-