Uses of Interface
software.amazon.awssdk.services.sesv2.endpoints.SesV2EndpointParams.Builder
Packages that use SesV2EndpointParams.Builder
-
Uses of SesV2EndpointParams.Builder in software.amazon.awssdk.services.sesv2.endpoints
Methods in software.amazon.awssdk.services.sesv2.endpoints that return SesV2EndpointParams.BuilderModifier and TypeMethodDescriptionstatic SesV2EndpointParams.BuilderSesV2EndpointParams.builder()SesV2EndpointParams.Builder.endpointId(String endpointId) SesV2EndpointParams.toBuilder()SesV2EndpointParams.Builder.useDualStack(Boolean useDualStack) Method parameters in software.amazon.awssdk.services.sesv2.endpoints with type arguments of type SesV2EndpointParams.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Endpoint>SesV2EndpointProvider.resolveEndpoint(Consumer<SesV2EndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.