Uses of Class
software.amazon.awssdk.services.apigatewayv2.endpoints.ApiGatewayV2EndpointParams
-
Packages that use ApiGatewayV2EndpointParams Package Description software.amazon.awssdk.services.apigatewayv2.endpoints software.amazon.awssdk.services.apigatewayv2.endpoints.internal -
-
Uses of ApiGatewayV2EndpointParams in software.amazon.awssdk.services.apigatewayv2.endpoints
Methods in software.amazon.awssdk.services.apigatewayv2.endpoints that return ApiGatewayV2EndpointParams Modifier and Type Method Description ApiGatewayV2EndpointParamsApiGatewayV2EndpointParams.Builder. build()Methods in software.amazon.awssdk.services.apigatewayv2.endpoints with parameters of type ApiGatewayV2EndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>ApiGatewayV2EndpointProvider. resolveEndpoint(ApiGatewayV2EndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of ApiGatewayV2EndpointParams in software.amazon.awssdk.services.apigatewayv2.endpoints.internal
Methods in software.amazon.awssdk.services.apigatewayv2.endpoints.internal that return ApiGatewayV2EndpointParams Modifier and Type Method Description static ApiGatewayV2EndpointParamsApiGatewayV2ResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.apigatewayv2.endpoints.internal with parameters of type ApiGatewayV2EndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultApiGatewayV2EndpointProvider. resolveEndpoint(ApiGatewayV2EndpointParams params)
-