Interface CodeStarConnectionsEndpointProvider
- All Superinterfaces:
- EndpointProvider
- All Known Implementing Classes:
- DefaultCodeStarConnectionsEndpointProvider
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public interface CodeStarConnectionsEndpointProvider
extends EndpointProvider
An endpoint provider for CodeStarConnections. The endpoint provider takes a set of parameters using
 
CodeStarConnectionsEndpointParams, and resolves an Endpoint base on the given parameters.- 
Method SummaryModifier and TypeMethodDescriptiondefault CompletableFuture<Endpoint> resolveEndpoint(Consumer<CodeStarConnectionsEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint(CodeStarConnectionsEndpointParams endpointParams) Compute the endpoint based on the given set of parameters.
- 
Method Details- 
resolveEndpointCompute the endpoint based on the given set of parameters.
- 
resolveEndpointdefault CompletableFuture<Endpoint> resolveEndpoint(Consumer<CodeStarConnectionsEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.
- 
defaultProvider
 
-