Uses of Class
software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
-
Packages that use UpdateAclResponse 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. -
-
Uses of UpdateAclResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return UpdateAclResponse Modifier and Type Method Description default UpdateAclResponseMemoryDbClient. updateACL(Consumer<UpdateAclRequest.Builder> updateAclRequest)Changes the list of users that belong to the Access Control List.default UpdateAclResponseMemoryDbClient. updateACL(UpdateAclRequest updateAclRequest)Changes the list of users that belong to the Access Control List.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type UpdateAclResponse Modifier and Type Method Description default CompletableFuture<UpdateAclResponse>MemoryDbAsyncClient. updateACL(Consumer<UpdateAclRequest.Builder> updateAclRequest)Changes the list of users that belong to the Access Control List.default CompletableFuture<UpdateAclResponse>MemoryDbAsyncClient. updateACL(UpdateAclRequest updateAclRequest)Changes the list of users that belong to the Access Control List.
-