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