Uses of Interface
software.amazon.awssdk.services.memorydb.model.ListTagsRequest.Builder
-
Packages that use ListTagsRequest.Builder Package Description software.amazon.awssdk.services.memorydb MemoryDB is a fully managed, Redis OSS-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.model -
-
Uses of ListTagsRequest.Builder in software.amazon.awssdk.services.memorydb
Method parameters in software.amazon.awssdk.services.memorydb with type arguments of type ListTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsResponse>MemoryDbAsyncClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Lists all tags currently on a named resource.default ListTagsResponseMemoryDbClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Lists all tags currently on a named resource. -
Uses of ListTagsRequest.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ListTagsRequest.Builder Modifier and Type Method Description static ListTagsRequest.BuilderListTagsRequest. builder()ListTagsRequest.BuilderListTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsRequest.BuilderListTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsRequest.BuilderListTagsRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource for which you want the list of tagsListTagsRequest.BuilderListTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ListTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsRequest.Builder>ListTagsRequest. serializableBuilderClass()
-