Uses of Class
com.amazonaws.services.route53domains.model.ListTagsForDomainResult
-
Packages that use ListTagsForDomainResult Package Description com.amazonaws.services.route53domains com.amazonaws.services.route53domains.model -
-
Uses of ListTagsForDomainResult in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains that return ListTagsForDomainResult Modifier and Type Method Description ListTagsForDomainResultAbstractAmazonRoute53Domains. listTagsForDomain(ListTagsForDomainRequest request)ListTagsForDomainResultAmazonRoute53Domains. listTagsForDomain(ListTagsForDomainRequest listTagsForDomainRequest)This operation returns all of the tags that are associated with the specified domain.ListTagsForDomainResultAmazonRoute53DomainsClient. listTagsForDomain(ListTagsForDomainRequest listTagsForDomainRequest)This operation returns all of the tags that are associated with the specified domain.Method parameters in com.amazonaws.services.route53domains with type arguments of type ListTagsForDomainResult Modifier and Type Method Description Future<ListTagsForDomainResult>AbstractAmazonRoute53DomainsAsync. listTagsForDomainAsync(ListTagsForDomainRequest request, AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler)Future<ListTagsForDomainResult>AmazonRoute53DomainsAsync. listTagsForDomainAsync(ListTagsForDomainRequest listTagsForDomainRequest, AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler)This operation returns all of the tags that are associated with the specified domain.Future<ListTagsForDomainResult>AmazonRoute53DomainsAsyncClient. listTagsForDomainAsync(ListTagsForDomainRequest request, AsyncHandler<ListTagsForDomainRequest,ListTagsForDomainResult> asyncHandler) -
Uses of ListTagsForDomainResult in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ListTagsForDomainResult Modifier and Type Method Description ListTagsForDomainResultListTagsForDomainResult. clone()ListTagsForDomainResultListTagsForDomainResult. withTagList(Tag... tagList)A list of the tags that are associated with the specified domain.ListTagsForDomainResultListTagsForDomainResult. withTagList(Collection<Tag> tagList)A list of the tags that are associated with the specified domain.
-