Uses of Interface
software.amazon.awssdk.services.apigatewayv2.endpoints.ApiGatewayV2EndpointProvider
-
Packages that use ApiGatewayV2EndpointProvider Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.endpoints software.amazon.awssdk.services.apigatewayv2.endpoints.internal -
-
Uses of ApiGatewayV2EndpointProvider in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type ApiGatewayV2EndpointProvider Modifier and Type Method Description default BApiGatewayV2BaseClientBuilder. endpointProvider(ApiGatewayV2EndpointProvider endpointProvider)Set theApiGatewayV2EndpointProviderimplementation that will be used by the client to determine the endpoint for each request. -
Uses of ApiGatewayV2EndpointProvider in software.amazon.awssdk.services.apigatewayv2.endpoints
Methods in software.amazon.awssdk.services.apigatewayv2.endpoints that return ApiGatewayV2EndpointProvider Modifier and Type Method Description static ApiGatewayV2EndpointProviderApiGatewayV2EndpointProvider. defaultProvider() -
Uses of ApiGatewayV2EndpointProvider in software.amazon.awssdk.services.apigatewayv2.endpoints.internal
Classes in software.amazon.awssdk.services.apigatewayv2.endpoints.internal that implement ApiGatewayV2EndpointProvider Modifier and Type Class Description classDefaultApiGatewayV2EndpointProvider
-