Uses of Class
software.amazon.awssdk.services.xray.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.xray Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.software.amazon.awssdk.services.xray.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseXRayClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.default ListTagsForResourceResponseXRayClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.Methods in software.amazon.awssdk.services.xray that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>XRayAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule.default CompletableFuture<ListTagsForResourceResponse>XRayAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Web Services X-Ray group or sampling rule. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description Iterator<ListTagsForResourceResponse>ListTagsForResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-