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