Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetModelResponse
-
Packages that use GetModelResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetModelResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetModelResponse Modifier and Type Method Description default GetModelResponseApiGatewayV2Client. getModel(Consumer<GetModelRequest.Builder> getModelRequest)Gets a Model.default GetModelResponseApiGatewayV2Client. getModel(GetModelRequest getModelRequest)Gets a Model.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetModelResponse Modifier and Type Method Description default CompletableFuture<GetModelResponse>ApiGatewayV2AsyncClient. getModel(Consumer<GetModelRequest.Builder> getModelRequest)Gets a Model.default CompletableFuture<GetModelResponse>ApiGatewayV2AsyncClient. getModel(GetModelRequest getModelRequest)Gets a Model.
-