Package | Description |
---|---|
com.amazonaws.services.cloudtrail | |
com.amazonaws.services.cloudtrail.model |
Modifier and Type | Method and Description |
---|---|
RemoveTagsResult |
AWSCloudTrailClient.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail.
|
RemoveTagsResult |
AbstractAWSCloudTrail.removeTags(RemoveTagsRequest request) |
RemoveTagsResult |
AWSCloudTrail.removeTags(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail.
|
Future<RemoveTagsResult> |
AbstractAWSCloudTrailAsync.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AWSCloudTrailAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest)
Removes the specified tags from a trail.
|
Future<RemoveTagsResult> |
AWSCloudTrailAsyncClient.removeTagsAsync(RemoveTagsRequest request) |
Future<RemoveTagsResult> |
AbstractAWSCloudTrailAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AWSCloudTrailAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified tags from a trail.
|
Future<RemoveTagsResult> |
AWSCloudTrailAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RemoveTagsResult> |
AbstractAWSCloudTrailAsync.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Future<RemoveTagsResult> |
AWSCloudTrailAsync.removeTagsAsync(RemoveTagsRequest removeTagsRequest,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler)
Removes the specified tags from a trail.
|
Future<RemoveTagsResult> |
AWSCloudTrailAsyncClient.removeTagsAsync(RemoveTagsRequest request,
AsyncHandler<RemoveTagsRequest,RemoveTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
RemoveTagsRequest.clone() |
RemoveTagsRequest |
RemoveTagsRequest.withResourceId(String resourceId)
Specifies the ARN of the trail from which tags should be removed.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
RemoveTagsRequest |
RemoveTagsRequest.withTagsList(Tag... tagsList)
Specifies a list of tags to be removed.
|
Copyright © 2018. All rights reserved.