Class DefaultApiGatewayV2EndpointProvider
java.lang.Object
software.amazon.awssdk.services.apigatewayv2.endpoints.internal.DefaultApiGatewayV2EndpointProvider
- All Implemented Interfaces:
EndpointProvider
,ApiGatewayV2EndpointProvider
@Generated("software.amazon.awssdk:codegen")
public final class DefaultApiGatewayV2EndpointProvider
extends Object
implements ApiGatewayV2EndpointProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveEndpoint
(ApiGatewayV2EndpointParams 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, wait
Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.endpoints.ApiGatewayV2EndpointProvider
resolveEndpoint
-
Constructor Details
-
DefaultApiGatewayV2EndpointProvider
public DefaultApiGatewayV2EndpointProvider()
-
-
Method Details
-
resolveEndpoint
Description copied from interface:ApiGatewayV2EndpointProvider
Compute the endpoint based on the given set of parameters.- Specified by:
resolveEndpoint
in interfaceApiGatewayV2EndpointProvider
-