Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetApiMappingResponse
-
Packages that use GetApiMappingResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetApiMappingResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetApiMappingResponse Modifier and Type Method Description default GetApiMappingResponseApiGatewayV2Client. getApiMapping(Consumer<GetApiMappingRequest.Builder> getApiMappingRequest)Gets an API mapping.default GetApiMappingResponseApiGatewayV2Client. getApiMapping(GetApiMappingRequest getApiMappingRequest)Gets an API mapping.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetApiMappingResponse Modifier and Type Method Description default CompletableFuture<GetApiMappingResponse>ApiGatewayV2AsyncClient. getApiMapping(Consumer<GetApiMappingRequest.Builder> getApiMappingRequest)Gets an API mapping.default CompletableFuture<GetApiMappingResponse>ApiGatewayV2AsyncClient. getApiMapping(GetApiMappingRequest getApiMappingRequest)Gets an API mapping.
-