Uses of Class
com.amazonaws.services.route53.model.ListTagsForResourceResult
-
Packages that use ListTagsForResourceResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ListTagsForResourceResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return ListTagsForResourceResult Modifier and Type Method Description ListTagsForResourceResultAbstractAmazonRoute53. listTagsForResource(ListTagsForResourceRequest request)ListTagsForResourceResultAmazonRoute53. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)ListTagsForResourceResultAmazonRoute53Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Method parameters in com.amazonaws.services.route53 with type arguments of type ListTagsForResourceResult Modifier and Type Method Description Future<ListTagsForResourceResult>AbstractAmazonRoute53Async. listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)Future<ListTagsForResourceResult>AmazonRoute53Async. listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)Future<ListTagsForResourceResult>AmazonRoute53AsyncClient. listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) -
Uses of ListTagsForResourceResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListTagsForResourceResult Modifier and Type Method Description ListTagsForResourceResultListTagsForResourceResult. clone()ListTagsForResourceResultListTagsForResourceResult. withResourceTagSet(ResourceTagSet resourceTagSet)AResourceTagSetcontaining tags associated with the specified resource.
-