| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetTagsResult |
AbstractAmazonApiGateway.getTags(GetTagsRequest request) |
GetTagsResult |
AmazonApiGateway.getTags(GetTagsRequest getTagsRequest)
Gets the Tags collection for a given resource.
|
GetTagsResult |
AmazonApiGatewayClient.getTags(GetTagsRequest request)
Gets the Tags collection for a given resource.
|
Future<GetTagsResult> |
AbstractAmazonApiGatewayAsync.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AmazonApiGatewayAsync.getTagsAsync(GetTagsRequest getTagsRequest)
Gets the Tags collection for a given resource.
|
Future<GetTagsResult> |
AmazonApiGatewayAsyncClient.getTagsAsync(GetTagsRequest request) |
Future<GetTagsResult> |
AbstractAmazonApiGatewayAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AmazonApiGatewayAsync.getTagsAsync(GetTagsRequest getTagsRequest,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
Gets the Tags collection for a given resource.
|
Future<GetTagsResult> |
AmazonApiGatewayAsyncClient.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTagsResult> |
AbstractAmazonApiGatewayAsync.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
Future<GetTagsResult> |
AmazonApiGatewayAsync.getTagsAsync(GetTagsRequest getTagsRequest,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler)
Gets the Tags collection for a given resource.
|
Future<GetTagsResult> |
AmazonApiGatewayAsyncClient.getTagsAsync(GetTagsRequest request,
AsyncHandler<GetTagsRequest,GetTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTagsRequest |
GetTagsRequest.clone() |
GetTagsRequest |
GetTagsRequest.withLimit(Integer limit)
(Not currently supported) The maximum number of returned results per page.
|
GetTagsRequest |
GetTagsRequest.withPosition(String position)
(Not currently supported) The current pagination position in the paged result set.
|
GetTagsRequest |
GetTagsRequest.withResourceArn(String resourceArn)
The ARN of a resource that can be tagged.
|
Copyright © 2022. All rights reserved.