| Package | Description |
|---|---|
| com.amazonaws.services.route53domains |
Synchronous and asynchronous client classes for accessing AmazonRoute53Domains.
|
| com.amazonaws.services.route53domains.model |
Classes modeling the various types represented by AmazonRoute53Domains.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsForDomainResult |
AmazonRoute53Domains.deleteTagsForDomain(DeleteTagsForDomainRequest deleteTagsForDomainRequest)
This operation deletes the specified tags for a domain.
|
DeleteTagsForDomainResult |
AmazonRoute53DomainsClient.deleteTagsForDomain(DeleteTagsForDomainRequest deleteTagsForDomainRequest)
This operation deletes the specified tags for a domain.
|
Future<DeleteTagsForDomainResult> |
AmazonRoute53DomainsAsyncClient.deleteTagsForDomainAsync(DeleteTagsForDomainRequest deleteTagsForDomainRequest)
This operation deletes the specified tags for a domain.
|
Future<DeleteTagsForDomainResult> |
AmazonRoute53DomainsAsync.deleteTagsForDomainAsync(DeleteTagsForDomainRequest deleteTagsForDomainRequest)
This operation deletes the specified tags for a domain.
|
Future<DeleteTagsForDomainResult> |
AmazonRoute53DomainsAsyncClient.deleteTagsForDomainAsync(DeleteTagsForDomainRequest deleteTagsForDomainRequest,
AsyncHandler<DeleteTagsForDomainRequest,DeleteTagsForDomainResult> asyncHandler)
This operation deletes the specified tags for a domain.
|
Future<DeleteTagsForDomainResult> |
AmazonRoute53DomainsAsync.deleteTagsForDomainAsync(DeleteTagsForDomainRequest deleteTagsForDomainRequest,
AsyncHandler<DeleteTagsForDomainRequest,DeleteTagsForDomainResult> asyncHandler)
This operation deletes the specified tags for a domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteTagsForDomainResult> |
AmazonRoute53DomainsAsyncClient.deleteTagsForDomainAsync(DeleteTagsForDomainRequest deleteTagsForDomainRequest,
AsyncHandler<DeleteTagsForDomainRequest,DeleteTagsForDomainResult> asyncHandler)
This operation deletes the specified tags for a domain.
|
Future<DeleteTagsForDomainResult> |
AmazonRoute53DomainsAsync.deleteTagsForDomainAsync(DeleteTagsForDomainRequest deleteTagsForDomainRequest,
AsyncHandler<DeleteTagsForDomainRequest,DeleteTagsForDomainResult> asyncHandler)
This operation deletes the specified tags for a domain.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsForDomainRequest |
DeleteTagsForDomainRequest.withDomainName(String domainName)
The domain for which you want to delete one or more tags.
|
DeleteTagsForDomainRequest |
DeleteTagsForDomainRequest.withTagsToDelete(Collection<String> tagsToDelete)
A list of tag keys to delete.
|
DeleteTagsForDomainRequest |
DeleteTagsForDomainRequest.withTagsToDelete(String... tagsToDelete)
A list of tag keys to delete.
|
Copyright © 2015. All rights reserved.