Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateOrUpdateTagsResult> |
AmazonAutoScalingAsyncClient.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest request,
AsyncHandler<CreateOrUpdateTagsRequest,CreateOrUpdateTagsResult> asyncHandler) |
Future<CreateOrUpdateTagsResult> |
AbstractAmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest request,
AsyncHandler<CreateOrUpdateTagsRequest,CreateOrUpdateTagsResult> asyncHandler) |
Future<CreateOrUpdateTagsResult> |
AmazonAutoScalingAsync.createOrUpdateTagsAsync(CreateOrUpdateTagsRequest createOrUpdateTagsRequest,
AsyncHandler<CreateOrUpdateTagsRequest,CreateOrUpdateTagsResult> 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 © 2018. All rights reserved.