Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseStorageGatewayClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that have been added to the specified resource.default ListTagsForResourceResponseStorageGatewayClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that have been added to the specified resource.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>StorageGatewayAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that have been added to the specified resource.default CompletableFuture<ListTagsForResourceResponse>StorageGatewayAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that have been added to the specified resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.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.storagegateway.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-