Uses of Interface
software.amazon.awssdk.services.mailmanager.model.IngressPointAuthConfiguration.Builder
-
Packages that use IngressPointAuthConfiguration.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressPointAuthConfiguration.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressPointAuthConfiguration.Builder Modifier and Type Method Description static IngressPointAuthConfiguration.BuilderIngressPointAuthConfiguration. builder()default IngressPointAuthConfiguration.BuilderIngressPointAuthConfiguration.Builder. ingressPointPasswordConfiguration(Consumer<IngressPointPasswordConfiguration.Builder> ingressPointPasswordConfiguration)The ingress endpoint password configuration for the ingress endpoint resource.IngressPointAuthConfiguration.BuilderIngressPointAuthConfiguration.Builder. ingressPointPasswordConfiguration(IngressPointPasswordConfiguration ingressPointPasswordConfiguration)The ingress endpoint password configuration for the ingress endpoint resource.IngressPointAuthConfiguration.BuilderIngressPointAuthConfiguration.Builder. secretArn(String secretArn)The ingress endpoint SecretsManager::Secret ARN configuration for the ingress endpoint resource.IngressPointAuthConfiguration.BuilderIngressPointAuthConfiguration. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type IngressPointAuthConfiguration.Builder Modifier and Type Method Description static Class<? extends IngressPointAuthConfiguration.Builder>IngressPointAuthConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type IngressPointAuthConfiguration.Builder Modifier and Type Method Description default GetIngressPointResponse.BuilderGetIngressPointResponse.Builder. ingressPointAuthConfiguration(Consumer<IngressPointAuthConfiguration.Builder> ingressPointAuthConfiguration)The authentication configuration of the ingress endpoint resource.
-