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