| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling | |
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonAutoScalingClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.
|
void |
AmazonAutoScaling.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.
|
void |
AbstractAmazonAutoScaling.deleteTags(DeleteTagsRequest request) |
Future<Void> |
AbstractAmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest request) |
Future<Void> |
AmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteTagsAsync(DeleteTagsRequest request) |
Future<Void> |
AbstractAmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler) |
Future<Void> |
AmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler) |
Future<Void> |
AmazonAutoScalingAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler)
Deletes the specified tags.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deleteTagsAsync(DeleteTagsRequest request,
AsyncHandler<DeleteTagsRequest,Void> asyncHandler) |
| 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 © 2016. All rights reserved.