Uses of Class
software.amazon.awssdk.services.apigateway.model.GetModelRequest
-
Packages that use GetModelRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetModelRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetModelRequest Modifier and Type Method Description default CompletableFuture<GetModelResponse>ApiGatewayAsyncClient. getModel(GetModelRequest getModelRequest)Describes an existing model defined for a RestApi resource.default GetModelResponseApiGatewayClient. getModel(GetModelRequest getModelRequest)Describes an existing model defined for a RestApi resource. -
Uses of GetModelRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetModelRequest Modifier and Type Method Description SdkHttpFullRequestGetModelRequestMarshaller. marshall(GetModelRequest getModelRequest)
-