| 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.createOrUpdateTags(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates new tags or updates existing tags for an Auto Scaling group.
|
void |
AmazonAutoScaling.createOrUpdateTags(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates new tags or updates existing tags for an Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates new tags or updates existing tags for an Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates new tags or updates existing tags for an Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates new tags or updates existing tags for an Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates new tags or updates existing tags for an Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates new tags or updates existing tags for an Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates new tags or updates existing tags for an Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Collection<Tag> tags)
The tag to be created or updated.
|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Tag... tags)
The tag to be created or updated.
|
Copyright © 2014. All rights reserved.