Class DefaultCodeStarConnectionsEndpointProvider
java.lang.Object
software.amazon.awssdk.services.codestarconnections.endpoints.internal.DefaultCodeStarConnectionsEndpointProvider
- All Implemented Interfaces:
EndpointProvider,CodeStarConnectionsEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultCodeStarConnectionsEndpointProvider
extends Object
implements CodeStarConnectionsEndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEndpoint(CodeStarConnectionsEndpointParams endpointParams) Compute the endpoint based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.codestarconnections.endpoints.CodeStarConnectionsEndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultCodeStarConnectionsEndpointProvider
public DefaultCodeStarConnectionsEndpointProvider()
-
-
Method Details
-
resolveEndpoint
public CompletableFuture<Endpoint> resolveEndpoint(CodeStarConnectionsEndpointParams endpointParams) Description copied from interface:CodeStarConnectionsEndpointProviderCompute the endpoint based on the given set of parameters.- Specified by:
resolveEndpointin interfaceCodeStarConnectionsEndpointProvider
-