| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateAclResponse |
MemoryDbClient.updateACL(Consumer<UpdateAclRequest.Builder> updateAclRequest)
Changes the list of users that belong to the Access Control List.
|
default UpdateAclResponse |
MemoryDbClient.updateACL(UpdateAclRequest updateAclRequest)
Changes the list of users that belong to the Access Control List.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.