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