Uses of Class
com.amazonaws.services.apigateway.model.GetModelsRequest
Packages that use GetModelsRequest
-
Uses of GetModelsRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetModelsRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getModels
(GetModelsRequest request) AmazonApiGateway.getModels
(GetModelsRequest getModelsRequest) AmazonApiGatewayClient.getModels
(GetModelsRequest getModelsRequest) AbstractAmazonApiGatewayAsync.getModelsAsync
(GetModelsRequest request) AbstractAmazonApiGatewayAsync.getModelsAsync
(GetModelsRequest request, AsyncHandler<GetModelsRequest, GetModelsResult> asyncHandler) AmazonApiGatewayAsync.getModelsAsync
(GetModelsRequest getModelsRequest) AmazonApiGatewayAsync.getModelsAsync
(GetModelsRequest getModelsRequest, AsyncHandler<GetModelsRequest, GetModelsResult> asyncHandler) AmazonApiGatewayAsyncClient.getModelsAsync
(GetModelsRequest request) AmazonApiGatewayAsyncClient.getModelsAsync
(GetModelsRequest request, AsyncHandler<GetModelsRequest, GetModelsResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetModelsRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getModelsAsync
(GetModelsRequest request, AsyncHandler<GetModelsRequest, GetModelsResult> asyncHandler) AmazonApiGatewayAsync.getModelsAsync
(GetModelsRequest getModelsRequest, AsyncHandler<GetModelsRequest, GetModelsResult> asyncHandler) AmazonApiGatewayAsyncClient.getModelsAsync
(GetModelsRequest request, AsyncHandler<GetModelsRequest, GetModelsResult> asyncHandler) -
Uses of GetModelsRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetModelsRequestModifier and TypeMethodDescriptionGetModelsRequest.clone()
The maximum number of models in the collection to get information about.GetModelsRequest.withPosition
(String position) The position of the next set of results in the Models resource to get information about.GetModelsRequest.withRestApiId
(String restApiId) The RestApi identifier.