Uses of Class
software.amazon.awssdk.services.route53.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Route53AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for one health check or hosted zone.default ListTagsForResourceResponseRoute53Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for one health check or hosted zone. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-