| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ChangeTagsForResourceResult> |
AmazonRoute53AsyncClient.changeTagsForResourceAsync(ChangeTagsForResourceRequest changeTagsForResourceRequest,
AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler) |
Future<ChangeTagsForResourceResult> |
AmazonRoute53Async.changeTagsForResourceAsync(ChangeTagsForResourceRequest changeTagsForResourceRequest,
AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(Collection<Tag> addTags)
A complex type that contains a list of
Tag elements. |
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(Tag... addTags)
A complex type that contains a list of
Tag elements. |
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withRemoveTagKeys(Collection<String> removeTagKeys)
A list of
Tag keys that you want to remove from the
specified resource. |
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withRemoveTagKeys(String... removeTagKeys)
A list of
Tag keys that you want to remove from the
specified resource. |
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withResourceId(String resourceId)
The ID of the resource for which you want to add, change, or delete
tags.
|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withResourceType(String resourceType)
The type of the resource.
|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withResourceType(TagResourceType resourceType)
The type of the resource.
|
Copyright © 2014. All rights reserved.