@Generated(value="software.amazon.awssdk:codegen") public interface CodeCatalystEndpointProvider extends EndpointProvider
CodeCatalystEndpointParams, and resolves an Endpoint base on the given parameters.| Modifier and Type | Method and Description |
|---|---|
static CodeCatalystEndpointProvider |
defaultProvider() |
CompletableFuture<Endpoint> |
resolveEndpoint(CodeCatalystEndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
|
default CompletableFuture<Endpoint> |
resolveEndpoint(Consumer<CodeCatalystEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
|
CompletableFuture<Endpoint> resolveEndpoint(CodeCatalystEndpointParams endpointParams)
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<CodeCatalystEndpointParams.Builder> endpointParamsConsumer)
static CodeCatalystEndpointProvider defaultProvider()
Copyright © 2022. All rights reserved.