| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteTagsForDomainResponse |
Route53DomainsClient.deleteTagsForDomain(Consumer<DeleteTagsForDomainRequest.Builder> deleteTagsForDomainRequest)
This operation deletes the specified tags for a domain.
|
default CompletableFuture<DeleteTagsForDomainResponse> |
Route53DomainsAsyncClient.deleteTagsForDomain(Consumer<DeleteTagsForDomainRequest.Builder> deleteTagsForDomainRequest)
This operation deletes the specified tags for a domain.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteTagsForDomainRequest.Builder |
DeleteTagsForDomainRequest.builder() |
DeleteTagsForDomainRequest.Builder |
DeleteTagsForDomainRequest.Builder.domainName(String domainName)
The domain for which you want to delete one or more tags.
|
DeleteTagsForDomainRequest.Builder |
DeleteTagsForDomainRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTagsForDomainRequest.Builder |
DeleteTagsForDomainRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTagsForDomainRequest.Builder |
DeleteTagsForDomainRequest.Builder.tagsToDelete(Collection<String> tagsToDelete)
A list of tag keys to delete.
|
DeleteTagsForDomainRequest.Builder |
DeleteTagsForDomainRequest.Builder.tagsToDelete(String... tagsToDelete)
A list of tag keys to delete.
|
DeleteTagsForDomainRequest.Builder |
DeleteTagsForDomainRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteTagsForDomainRequest.Builder> |
DeleteTagsForDomainRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.