Uses of Class
software.amazon.awssdk.services.datasync.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseDataSyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns all the tags associated with an Amazon Web Services resource.default ListTagsForResourceResponseDataSyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns all the tags associated with an Amazon Web Services resource.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>DataSyncAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns all the tags associated with an Amazon Web Services resource.default CompletableFuture<ListTagsForResourceResponse>DataSyncAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns all the tags associated with an Amazon Web Services resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.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.datasync.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-