Uses of Class
software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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 software.amazon.awssdk.services.keyspaces.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KeyspacesAsyncClient. listTagsForResource(ListTagsForResourceRequest 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.default ListTagsForResourcePublisherKeyspacesAsyncClient. listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all tags associated with the specified Amazon Keyspaces resource.default ListTagsForResourceIterableKeyspacesClient. listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of all tags associated with the specified Amazon Keyspaces resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.keyspaces.paginators
Constructors in software.amazon.awssdk.services.keyspaces.paginators with parameters of type ListTagsForResourceRequest Constructor Description ListTagsForResourceIterable(KeyspacesClient client, ListTagsForResourceRequest firstRequest)ListTagsForResourcePublisher(KeyspacesAsyncClient client, ListTagsForResourceRequest firstRequest) -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-