| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ChangeTagsForResourceResult> |
AmazonRoute53AsyncClient.changeTagsForResourceAsync(ChangeTagsForResourceRequest request,
AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler) |
Future<ChangeTagsForResourceResult> |
AmazonRoute53Async.changeTagsForResourceAsync(ChangeTagsForResourceRequest changeTagsForResourceRequest,
AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler)
Adds, edits, or deletes tags for a health check or a hosted zone.
|
Future<ChangeTagsForResourceResult> |
AbstractAmazonRoute53Async.changeTagsForResourceAsync(ChangeTagsForResourceRequest request,
AsyncHandler<ChangeTagsForResourceRequest,ChangeTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.clone() |
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(Collection<Tag> addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone
and/or the tags that you want to edit
Value for. |
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withAddTags(Tag... addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone
and/or the tags that you want to edit
Value for. |
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withRemoveTagKeys(Collection<String> removeTagKeys)
A complex type that contains a list of the tags that you want to delete from the specified health check or hosted
zone.
|
ChangeTagsForResourceRequest |
ChangeTagsForResourceRequest.withRemoveTagKeys(String... removeTagKeys)
A complex type that contains a list of the tags that you want to delete from the specified health check or hosted
zone.
|
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 © 2018. All rights reserved.