Uses of Class
com.amazonaws.services.apigateway.model.GetModelResult
Packages that use GetModelResult
-
Uses of GetModelResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetModelResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetModelResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 GetModelResultModifier 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 GetModelResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetModelResultModifier and TypeMethodDescriptionGetModelResult.clone()
GetModelResult.withContentType
(String contentType) The content-type for the model.GetModelResult.withDescription
(String description) The description of the model.The identifier for the model resource.The name of the model.GetModelResult.withSchema
(String schema) The schema for the model.