| 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 or updates tags for the specified Auto Scaling group.
|
void |
AmazonAutoScaling.createOrUpdateTags(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates or updates tags for the specified Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates or updates tags for the specified Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest)
Creates or updates tags for the specified Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates or updates tags for the specified Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates or updates tags for the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates or updates tags for the specified Auto Scaling group.
|
Future<Void> |
AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,Void> asyncHandler)
Creates or updates tags for the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.clone() |
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Collection<Tag> tags)
One or more tags.
|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Tag... tags)
One or more tags.
|
Copyright © 2015. All rights reserved.