Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetApiMappingRequest
-
Packages that use GetApiMappingRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetApiMappingRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetApiMappingRequest Modifier and Type Method Description default CompletableFuture<GetApiMappingResponse>ApiGatewayV2AsyncClient. getApiMapping(GetApiMappingRequest getApiMappingRequest)Gets an API mapping.default GetApiMappingResponseApiGatewayV2Client. getApiMapping(GetApiMappingRequest getApiMappingRequest)Gets an API mapping. -
Uses of GetApiMappingRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetApiMappingRequest Modifier and Type Method Description SdkHttpFullRequestGetApiMappingRequestMarshaller. marshall(GetApiMappingRequest getApiMappingRequest)
-