Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetApiMappingsRequest
-
Packages that use GetApiMappingsRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetApiMappingsRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetApiMappingsRequest Modifier and Type Method Description default CompletableFuture<GetApiMappingsResponse>ApiGatewayV2AsyncClient. getApiMappings(GetApiMappingsRequest getApiMappingsRequest)Gets API mappings.default GetApiMappingsResponseApiGatewayV2Client. getApiMappings(GetApiMappingsRequest getApiMappingsRequest)Gets API mappings. -
Uses of GetApiMappingsRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetApiMappingsRequest Modifier and Type Method Description SdkHttpFullRequestGetApiMappingsRequestMarshaller. marshall(GetApiMappingsRequest getApiMappingsRequest)
-