Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<GetResourcesResult> |
AmazonApiGatewayAsyncClient.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
Future<GetResourcesResult> |
AmazonApiGatewayAsync.getResourcesAsync(GetResourcesRequest getResourcesRequest,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler)
Lists information about a collection of Resource resources.
|
Future<GetResourcesResult> |
AbstractAmazonApiGatewayAsync.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetResourcesRequest |
GetResourcesRequest.clone() |
GetResourcesRequest |
GetResourcesRequest.withLimit(Integer limit)
The maximum number of Resource resources in the collection to get
information about.
|
GetResourcesRequest |
GetResourcesRequest.withPosition(String position)
The position of the next set of results in the current Resources
resource to get information about.
|
GetResourcesRequest |
GetResourcesRequest.withRestApiId(String restApiId)
The RestApi identifier for the Resource.
|
Copyright © 2018. All rights reserved.