Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetApiMappingsResponse
-
Packages that use GetApiMappingsResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetApiMappingsResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetApiMappingsResponse Modifier and Type Method Description default GetApiMappingsResponseApiGatewayV2Client. getApiMappings(Consumer<GetApiMappingsRequest.Builder> getApiMappingsRequest)Gets API mappings.default GetApiMappingsResponseApiGatewayV2Client. getApiMappings(GetApiMappingsRequest getApiMappingsRequest)Gets API mappings.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetApiMappingsResponse Modifier and Type Method Description default CompletableFuture<GetApiMappingsResponse>ApiGatewayV2AsyncClient. getApiMappings(Consumer<GetApiMappingsRequest.Builder> getApiMappingsRequest)Gets API mappings.default CompletableFuture<GetApiMappingsResponse>ApiGatewayV2AsyncClient. getApiMappings(GetApiMappingsRequest getApiMappingsRequest)Gets API mappings.
-