Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetModelsResponse
-
Packages that use GetModelsResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetModelsResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetModelsResponse Modifier and Type Method Description default GetModelsResponseApiGatewayV2Client. getModels(Consumer<GetModelsRequest.Builder> getModelsRequest)Gets the Models for an API.default GetModelsResponseApiGatewayV2Client. getModels(GetModelsRequest getModelsRequest)Gets the Models for an API.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetModelsResponse Modifier and Type Method Description default CompletableFuture<GetModelsResponse>ApiGatewayV2AsyncClient. getModels(Consumer<GetModelsRequest.Builder> getModelsRequest)Gets the Models for an API.default CompletableFuture<GetModelsResponse>ApiGatewayV2AsyncClient. getModels(GetModelsRequest getModelsRequest)Gets the Models for an API.
-