Uses of Class
software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
-
Packages that use UpdateAclRequest 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.transform -
-
Uses of UpdateAclRequest in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb with parameters of type UpdateAclRequest Modifier and Type Method Description default CompletableFuture<UpdateAclResponse>MemoryDbAsyncClient. updateACL(UpdateAclRequest 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. -
Uses of UpdateAclRequest in software.amazon.awssdk.services.memorydb.transform
Methods in software.amazon.awssdk.services.memorydb.transform with parameters of type UpdateAclRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAclRequestMarshaller. marshall(UpdateAclRequest updateAclRequest)
-