Uses of Interface
software.amazon.awssdk.services.mailmanager.endpoints.MailManagerEndpointParams.Builder
-
Packages that use MailManagerEndpointParams.Builder Package Description software.amazon.awssdk.services.mailmanager.endpoints -
-
Uses of MailManagerEndpointParams.Builder in software.amazon.awssdk.services.mailmanager.endpoints
Methods in software.amazon.awssdk.services.mailmanager.endpoints that return MailManagerEndpointParams.Builder Modifier and Type Method Description static MailManagerEndpointParams.BuilderMailManagerEndpointParams. builder()MailManagerEndpointParams.BuilderMailManagerEndpointParams.Builder. endpoint(String endpoint)MailManagerEndpointParams.BuilderMailManagerEndpointParams.Builder. region(Region region)MailManagerEndpointParams.BuilderMailManagerEndpointParams. toBuilder()MailManagerEndpointParams.BuilderMailManagerEndpointParams.Builder. useDualStack(Boolean useDualStack)MailManagerEndpointParams.BuilderMailManagerEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.mailmanager.endpoints with type arguments of type MailManagerEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>MailManagerEndpointProvider. resolveEndpoint(Consumer<MailManagerEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-