Uses of Class
com.amazonaws.services.apigateway.model.GetModelRequest
Packages that use GetModelRequest
-
Uses of GetModelRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetModelRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getModel
(GetModelRequest request) AmazonApiGateway.getModel
(GetModelRequest getModelRequest) Describes an existing model defined for a RestApi resource.AmazonApiGatewayClient.getModel
(GetModelRequest getModelRequest) Describes an existing model defined for a RestApi resource.AbstractAmazonApiGatewayAsync.getModelAsync
(GetModelRequest request) AbstractAmazonApiGatewayAsync.getModelAsync
(GetModelRequest request, AsyncHandler<GetModelRequest, GetModelResult> asyncHandler) AmazonApiGatewayAsync.getModelAsync
(GetModelRequest getModelRequest) Describes an existing model defined for a RestApi resource.AmazonApiGatewayAsync.getModelAsync
(GetModelRequest getModelRequest, AsyncHandler<GetModelRequest, GetModelResult> asyncHandler) Describes an existing model defined for a RestApi resource.AmazonApiGatewayAsyncClient.getModelAsync
(GetModelRequest request) AmazonApiGatewayAsyncClient.getModelAsync
(GetModelRequest request, AsyncHandler<GetModelRequest, GetModelResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetModelRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getModelAsync
(GetModelRequest request, AsyncHandler<GetModelRequest, GetModelResult> asyncHandler) AmazonApiGatewayAsync.getModelAsync
(GetModelRequest getModelRequest, AsyncHandler<GetModelRequest, GetModelResult> asyncHandler) Describes an existing model defined for a RestApi resource.AmazonApiGatewayAsyncClient.getModelAsync
(GetModelRequest request, AsyncHandler<GetModelRequest, GetModelResult> asyncHandler) -
Uses of GetModelRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetModelRequestModifier and TypeMethodDescriptionGetModelRequest.clone()
GetModelRequest.withFlatten
(Boolean flatten) Resolves all external model references and returns a flattened model schema.GetModelRequest.withModelName
(String modelName) The name of the model as an identifier.GetModelRequest.withRestApiId
(String restApiId)