Uses of Class
software.amazon.awssdk.services.memorydb.model.ListTagsRequest
-
Packages that use ListTagsRequest Package Description software.amazon.awssdk.services.memorydb MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures.software.amazon.awssdk.services.memorydb.transform -
-
Uses of ListTagsRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type ListTagsRequest Modifier and Type Method Description default CompletableFuture<ListTagsResponse>MemoryDbAsyncClient. listTags(ListTagsRequest listTagsRequest)Lists all tags currently on a named resource.default ListTagsResponseMemoryDbClient. listTags(ListTagsRequest listTagsRequest)Lists all tags currently on a named resource. -
Uses of ListTagsRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type ListTagsRequest Modifier and Type Method Description SdkHttpFullRequestListTagsRequestMarshaller. marshall(ListTagsRequest listTagsRequest)
-