Uses of Class
software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service.software.amazon.awssdk.services.keyspaces.paginators -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseKeyspacesClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of all tags associated with the specified Amazon Keyspaces resource.default ListTagsForResourceResponseKeyspacesClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all tags associated with the specified Amazon Keyspaces resource.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KeyspacesAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of all tags associated with the specified Amazon Keyspaces resource.default CompletableFuture<ListTagsForResourceResponse>KeyspacesAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all tags associated with the specified Amazon Keyspaces resource. -
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.keyspaces.paginators
Methods in software.amazon.awssdk.services.keyspaces.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.keyspaces.paginators with type arguments of type ListTagsForResourceResponse Modifier and Type Method Description voidListTagsForResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsForResourceResponse> subscriber)
-