| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ACLPendingChanges |
ACLPendingChanges.clone() |
ACLPendingChanges |
ACL.getPendingChanges()
A list of updates being applied to the ACL.
|
ACLPendingChanges |
ACLPendingChanges.withUserNamesToAdd(Collection<String> userNamesToAdd)
A list of users being added to the ACL
|
ACLPendingChanges |
ACLPendingChanges.withUserNamesToAdd(String... userNamesToAdd)
A list of users being added to the ACL
|
ACLPendingChanges |
ACLPendingChanges.withUserNamesToRemove(Collection<String> userNamesToRemove)
A list of user names being removed from the ACL
|
ACLPendingChanges |
ACLPendingChanges.withUserNamesToRemove(String... userNamesToRemove)
A list of user names being removed from the ACL
|
| Modifier and Type | Method and Description |
|---|---|
void |
ACL.setPendingChanges(ACLPendingChanges pendingChanges)
A list of updates being applied to the ACL.
|
ACL |
ACL.withPendingChanges(ACLPendingChanges pendingChanges)
A list of updates being applied to the ACL.
|
Copyright © 2022. All rights reserved.