| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTagsResult |
AbstractAmazonEC2.createTags(CreateTagsRequest request) |
CreateTagsResult |
AmazonEC2Client.createTags(CreateTagsRequest request)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
CreateTagsResult |
AmazonEC2.createTags(CreateTagsRequest createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
Future<CreateTagsResult> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request) |
Future<CreateTagsResult> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
Future<CreateTagsResult> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request) |
Future<CreateTagsResult> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Future<CreateTagsResult> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
Future<CreateTagsResult> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTagsResult> |
AbstractAmazonEC2Async.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Future<CreateTagsResult> |
AmazonEC2Async.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources.
|
Future<CreateTagsResult> |
AmazonEC2AsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withResources(Collection<String> resources)
The IDs of the resources, separated by spaces.
|
CreateTagsRequest |
CreateTagsRequest.withResources(String... resources)
The IDs of the resources, separated by spaces.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Collection<Tag> tags)
The tags.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
Request<CreateTagsRequest> |
CreateTagsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2024. All rights reserved.