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