| Package | Description |
|---|---|
| com.amazonaws.services.cloudtrail |
Synchronous and asynchronous client classes for accessing AWSCloudTrail.
|
| com.amazonaws.services.cloudtrail.model |
Classes modeling the various types represented by AWSCloudTrail.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
AWSCloudTrail.listTags(ListTagsRequest listTagsRequest)
Lists the tags for the trail in the current region.
|
ListTagsResult |
AWSCloudTrailClient.listTags(ListTagsRequest listTagsRequest)
Lists the tags for the trail in the current region.
|
Future<ListTagsResult> |
AWSCloudTrailAsync.listTagsAsync(ListTagsRequest listTagsRequest)
Lists the tags for the trail in the current region.
|
Future<ListTagsResult> |
AWSCloudTrailAsyncClient.listTagsAsync(ListTagsRequest listTagsRequest)
Lists the tags for the trail in the current region.
|
Future<ListTagsResult> |
AWSCloudTrailAsync.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Lists the tags for the trail in the current region.
|
Future<ListTagsResult> |
AWSCloudTrailAsyncClient.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Lists the tags for the trail in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsResult> |
AWSCloudTrailAsync.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Lists the tags for the trail in the current region.
|
Future<ListTagsResult> |
AWSCloudTrailAsyncClient.listTagsAsync(ListTagsRequest listTagsRequest,
AsyncHandler<ListTagsRequest,ListTagsResult> asyncHandler)
Lists the tags for the trail in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest |
ListTagsRequest.clone() |
ListTagsRequest |
ListTagsRequest.withNextToken(String nextToken)
Reserved for future use.
|
ListTagsRequest |
ListTagsRequest.withResourceIdList(Collection<String> resourceIdList)
Specifies a list of trail ARNs whose tags will be listed.
|
ListTagsRequest |
ListTagsRequest.withResourceIdList(String... resourceIdList)
Specifies a list of trail ARNs whose tags will be listed.
|
Copyright © 2015. All rights reserved.