Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateTagsResult |
AmazonEC2Client.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
CreateTagsResult |
AmazonEC2.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
CreateTagsResult |
AbstractAmazonEC2.createTags(CreateTagsRequest request) |
java.util.concurrent.Future<CreateTagsResult> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request) |
java.util.concurrent.Future<CreateTagsResult> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
java.util.concurrent.Future<CreateTagsResult> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request) |
java.util.concurrent.Future<CreateTagsResult> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
java.util.concurrent.Future<CreateTagsResult> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
java.util.concurrent.Future<CreateTagsResult> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateTagsResult> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
java.util.concurrent.Future<CreateTagsResult> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
java.util.concurrent.Future<CreateTagsResult> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withResources(java.util.Collection<java.lang.String> resources)
The IDs of one or more resources to tag.
|
CreateTagsRequest |
CreateTagsRequest.withResources(java.lang.String... resources)
The IDs of one or more resources to tag.
|
CreateTagsRequest |
CreateTagsRequest.withTags(java.util.Collection<Tag> tags)
One or more tags.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateTagsRequest> |
CreateTagsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateTagsRequest> |
CreateTagsRequestMarshaller.marshall(CreateTagsRequest createTagsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateTagsRequest> |
CreateTagsRequestMarshaller.marshall(CreateTagsRequest createTagsRequest) |