Uses of Class
com.amazonaws.services.route53domains.model.DeleteTagsForDomainRequest
Packages that use DeleteTagsForDomainRequest
Package
Description
-
Uses of DeleteTagsForDomainRequest in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains with parameters of type DeleteTagsForDomainRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53Domains.deleteTagsForDomain
(DeleteTagsForDomainRequest request) AmazonRoute53Domains.deleteTagsForDomain
(DeleteTagsForDomainRequest deleteTagsForDomainRequest) This operation deletes the specified tags for a domain.AmazonRoute53DomainsClient.deleteTagsForDomain
(DeleteTagsForDomainRequest deleteTagsForDomainRequest) This operation deletes the specified tags for a domain.AbstractAmazonRoute53DomainsAsync.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest request) AbstractAmazonRoute53DomainsAsync.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest request, AsyncHandler<DeleteTagsForDomainRequest, DeleteTagsForDomainResult> asyncHandler) AmazonRoute53DomainsAsync.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest deleteTagsForDomainRequest) This operation deletes the specified tags for a domain.AmazonRoute53DomainsAsync.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest deleteTagsForDomainRequest, AsyncHandler<DeleteTagsForDomainRequest, DeleteTagsForDomainResult> asyncHandler) This operation deletes the specified tags for a domain.AmazonRoute53DomainsAsyncClient.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest request) AmazonRoute53DomainsAsyncClient.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest request, AsyncHandler<DeleteTagsForDomainRequest, DeleteTagsForDomainResult> asyncHandler) Method parameters in com.amazonaws.services.route53domains with type arguments of type DeleteTagsForDomainRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest request, AsyncHandler<DeleteTagsForDomainRequest, DeleteTagsForDomainResult> asyncHandler) AmazonRoute53DomainsAsync.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest deleteTagsForDomainRequest, AsyncHandler<DeleteTagsForDomainRequest, DeleteTagsForDomainResult> asyncHandler) This operation deletes the specified tags for a domain.AmazonRoute53DomainsAsyncClient.deleteTagsForDomainAsync
(DeleteTagsForDomainRequest request, AsyncHandler<DeleteTagsForDomainRequest, DeleteTagsForDomainResult> asyncHandler) -
Uses of DeleteTagsForDomainRequest in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return DeleteTagsForDomainRequestModifier and TypeMethodDescriptionDeleteTagsForDomainRequest.clone()
DeleteTagsForDomainRequest.withDomainName
(String domainName) The domain for which you want to delete one or more tags.DeleteTagsForDomainRequest.withTagsToDelete
(String... tagsToDelete) A list of tag keys to delete.DeleteTagsForDomainRequest.withTagsToDelete
(Collection<String> tagsToDelete) A list of tag keys to delete.