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