| Package | Description |
|---|---|
| com.amazonaws.services.ec2 | |
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonEC2Client.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
void |
AmazonEC2.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
void |
AbstractAmazonEC2.createTags(CreateTagsRequest request) |
Future<Void> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request) |
Future<Void> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
Future<Void> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request) |
Future<Void> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
Future<Void> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,Void> asyncHandler) |
Future<Void> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,Void> asyncHandler)
Adds or overwrites one or more tags for the specified Amazon EC2 resource
or resources.
|
Future<Void> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withResources(Collection<String> resources)
The IDs of one or more resources to tag.
|
CreateTagsRequest |
CreateTagsRequest.withResources(String... resources)
The IDs of one or more resources to tag.
|
CreateTagsRequest |
CreateTagsRequest.withTags(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.
|
Copyright © 2016. All rights reserved.