Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
DeleteTagsResult |
AmazonEC2Client.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
DeleteTagsResult |
AmazonEC2.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
DeleteTagsResult |
AbstractAmazonEC2.deleteTags(DeleteTagsRequest request) |
java.util.concurrent.Future<DeleteTagsResult> |
AmazonEC2AsyncClient.deleteTagsAsync(DeleteTagsRequest request) |
java.util.concurrent.Future<DeleteTagsResult> |
AmazonEC2Async.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified set of tags from the specified set of resources.
|
java.util.concurrent.Future<DeleteTagsResult> |
AbstractAmazonEC2Async.deleteTagsAsync(DeleteTagsRequest request) |
java.util.concurrent.Future<DeleteTagsResult> |
AmazonEC2AsyncClient.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
java.util.concurrent.Future<DeleteTagsResult> |
AmazonEC2Async.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified set of tags from the specified set of resources.
|
java.util.concurrent.Future<DeleteTagsResult> |
AbstractAmazonEC2Async.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DeleteTagsResult> |
AmazonEC2AsyncClient.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
java.util.concurrent.Future<DeleteTagsResult> |
AmazonEC2Async.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)
Deletes the specified set of tags from the specified set of resources.
|
java.util.concurrent.Future<DeleteTagsResult> |
AbstractAmazonEC2Async.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteTagsRequest |
DeleteTagsRequest.clone() |
DeleteTagsRequest |
DeleteTagsRequest.withResources(java.util.Collection<java.lang.String> resources)
The ID of the resource.
|
DeleteTagsRequest |
DeleteTagsRequest.withResources(java.lang.String... resources)
The ID of the resource.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(java.util.Collection<Tag> tags)
One or more tags to delete.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Tag... tags)
One or more tags to delete.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteTagsRequest> |
DeleteTagsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteTagsRequest> |
DeleteTagsRequestMarshaller.marshall(DeleteTagsRequest deleteTagsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DeleteTagsRequest> |
DeleteTagsRequestMarshaller.marshall(DeleteTagsRequest deleteTagsRequest) |