Uses of Class
software.amazon.awssdk.services.glacier.endpoints.GlacierEndpointParams
-
Packages that use GlacierEndpointParams Package Description software.amazon.awssdk.services.glacier.endpoints software.amazon.awssdk.services.glacier.endpoints.internal -
-
Uses of GlacierEndpointParams in software.amazon.awssdk.services.glacier.endpoints
Methods in software.amazon.awssdk.services.glacier.endpoints that return GlacierEndpointParams Modifier and Type Method Description GlacierEndpointParamsGlacierEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.glacier.endpoints with parameters of type GlacierEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>GlacierEndpointProvider. resolveEndpoint(GlacierEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of GlacierEndpointParams in software.amazon.awssdk.services.glacier.endpoints.internal
Methods in software.amazon.awssdk.services.glacier.endpoints.internal that return GlacierEndpointParams Modifier and Type Method Description static GlacierEndpointParamsGlacierResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.glacier.endpoints.internal with parameters of type GlacierEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultGlacierEndpointProvider. resolveEndpoint(GlacierEndpointParams endpointParams)
-