Uses of Class
com.amazonaws.services.apigateway.model.GetResourcesRequest
Packages that use GetResourcesRequest
-
Uses of GetResourcesRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetResourcesRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getResources
(GetResourcesRequest request) AmazonApiGateway.getResources
(GetResourcesRequest getResourcesRequest) Lists information about a collection of Resource resources.AmazonApiGatewayClient.getResources
(GetResourcesRequest getResourcesRequest) Lists information about a collection of Resource resources.AbstractAmazonApiGatewayAsync.getResourcesAsync
(GetResourcesRequest request) AbstractAmazonApiGatewayAsync.getResourcesAsync
(GetResourcesRequest request, AsyncHandler<GetResourcesRequest, GetResourcesResult> asyncHandler) AmazonApiGatewayAsync.getResourcesAsync
(GetResourcesRequest getResourcesRequest) Lists information about a collection of Resource resources.AmazonApiGatewayAsync.getResourcesAsync
(GetResourcesRequest getResourcesRequest, AsyncHandler<GetResourcesRequest, GetResourcesResult> asyncHandler) Lists information about a collection of Resource resources.AmazonApiGatewayAsyncClient.getResourcesAsync
(GetResourcesRequest request) AmazonApiGatewayAsyncClient.getResourcesAsync
(GetResourcesRequest request, AsyncHandler<GetResourcesRequest, GetResourcesResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetResourcesRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getResourcesAsync
(GetResourcesRequest request, AsyncHandler<GetResourcesRequest, GetResourcesResult> asyncHandler) AmazonApiGatewayAsync.getResourcesAsync
(GetResourcesRequest getResourcesRequest, AsyncHandler<GetResourcesRequest, GetResourcesResult> asyncHandler) Lists information about a collection of Resource resources.AmazonApiGatewayAsyncClient.getResourcesAsync
(GetResourcesRequest request, AsyncHandler<GetResourcesRequest, GetResourcesResult> asyncHandler) -
Uses of GetResourcesRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetResourcesRequestModifier and TypeMethodDescriptionGetResourcesRequest.clone()
The maximum number of Resource resources in the collection to get information about.GetResourcesRequest.withPosition
(String position) The position of the next set of results in the current Resources resource to get information about.GetResourcesRequest.withRestApiId
(String restApiId) The RestApi identifier for the Resource.