| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetResourcesResult> |
AbstractAmazonApiGatewayAsync.getResourcesAsync(GetResourcesRequest request,
AsyncHandler<GetResourcesRequest,GetResourcesResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourcesRequest |
GetResourcesRequest.clone() |
GetResourcesRequest |
GetResourcesRequest.withEmbed(Collection<String> embed)
A query parameter used to retrieve the specified resources embedded in the returned Resources resource in
the response.
|
GetResourcesRequest |
GetResourcesRequest.withEmbed(String... embed)
A query parameter used to retrieve the specified resources embedded in the returned Resources resource in
the response.
|
GetResourcesRequest |
GetResourcesRequest.withLimit(Integer limit)
The maximum number of returned results per page.
|
GetResourcesRequest |
GetResourcesRequest.withPosition(String position)
The current pagination position in the paged result set.
|
GetResourcesRequest |
GetResourcesRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2020. All rights reserved.