Uses of Interface
software.amazon.awssdk.services.mailmanager.model.IngressPointPasswordConfiguration.Builder
-
Packages that use IngressPointPasswordConfiguration.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressPointPasswordConfiguration.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressPointPasswordConfiguration.Builder Modifier and Type Method Description static IngressPointPasswordConfiguration.BuilderIngressPointPasswordConfiguration. builder()IngressPointPasswordConfiguration.BuilderIngressPointPasswordConfiguration.Builder. previousSmtpPasswordExpiryTimestamp(Instant previousSmtpPasswordExpiryTimestamp)The previous password expiry timestamp of the ingress endpoint resource.IngressPointPasswordConfiguration.BuilderIngressPointPasswordConfiguration.Builder. previousSmtpPasswordVersion(String previousSmtpPasswordVersion)The previous password version of the ingress endpoint resource.IngressPointPasswordConfiguration.BuilderIngressPointPasswordConfiguration.Builder. smtpPasswordVersion(String smtpPasswordVersion)The current password expiry timestamp of the ingress endpoint resource.IngressPointPasswordConfiguration.BuilderIngressPointPasswordConfiguration. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type IngressPointPasswordConfiguration.Builder Modifier and Type Method Description static Class<? extends IngressPointPasswordConfiguration.Builder>IngressPointPasswordConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type IngressPointPasswordConfiguration.Builder Modifier and Type Method Description default IngressPointAuthConfiguration.BuilderIngressPointAuthConfiguration.Builder. ingressPointPasswordConfiguration(Consumer<IngressPointPasswordConfiguration.Builder> ingressPointPasswordConfiguration)The ingress endpoint password configuration for the ingress endpoint resource.
-