| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default ChangeTagsForResourceResponse |
Route53Client.changeTagsForResource(Consumer<ChangeTagsForResourceRequest.Builder> changeTagsForResourceRequest)
Adds, edits, or deletes tags for a health check or a hosted zone.
|
default CompletableFuture<ChangeTagsForResourceResponse> |
Route53AsyncClient.changeTagsForResource(Consumer<ChangeTagsForResourceRequest.Builder> changeTagsForResourceRequest)
Adds, edits, or deletes tags for a health check or a hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.addTags(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.Builder |
ChangeTagsForResourceRequest.Builder.addTags(Consumer<Tag.Builder>... 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.Builder |
ChangeTagsForResourceRequest.Builder.addTags(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. |
static ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.builder() |
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.removeTagKeys(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.Builder |
ChangeTagsForResourceRequest.Builder.removeTagKeys(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.Builder |
ChangeTagsForResourceRequest.Builder.resourceId(String resourceId)
The ID of the resource for which you want to add, change, or delete tags.
|
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.resourceType(String resourceType)
The type of the resource.
|
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.Builder.resourceType(TagResourceType resourceType)
The type of the resource.
|
ChangeTagsForResourceRequest.Builder |
ChangeTagsForResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChangeTagsForResourceRequest.Builder> |
ChangeTagsForResourceRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.