| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonAutoScalingClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.
|
void |
AmazonAutoScaling.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler)
Deletes the specified tags.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler)
Deletes the specified tags.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest |
DeleteTagsRequest.clone() |
DeleteTagsRequest |
DeleteTagsRequest.withTags(Collection<Tag> tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Tag... tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
Copyright © 2015. All rights reserved.