Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetModelRequest
-
Packages that use GetModelRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetModelRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetModelRequest Modifier and Type Method Description default CompletableFuture<GetModelResponse>ApiGatewayV2AsyncClient. getModel(GetModelRequest getModelRequest)Gets a Model.default GetModelResponseApiGatewayV2Client. getModel(GetModelRequest getModelRequest)Gets a Model. -
Uses of GetModelRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetModelRequest Modifier and Type Method Description SdkHttpFullRequestGetModelRequestMarshaller. marshall(GetModelRequest getModelRequest)
-