| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static ACLPendingChanges.Builder |
ACLPendingChanges.builder() |
ACLPendingChanges.Builder |
ACLPendingChanges.toBuilder() |
ACLPendingChanges.Builder |
ACLPendingChanges.Builder.userNamesToAdd(Collection<String> userNamesToAdd)
A list of users being added to the ACL
|
ACLPendingChanges.Builder |
ACLPendingChanges.Builder.userNamesToAdd(String... userNamesToAdd)
A list of users being added to the ACL
|
ACLPendingChanges.Builder |
ACLPendingChanges.Builder.userNamesToRemove(Collection<String> userNamesToRemove)
A list of user names being removed from the ACL
|
ACLPendingChanges.Builder |
ACLPendingChanges.Builder.userNamesToRemove(String... userNamesToRemove)
A list of user names being removed from the ACL
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ACLPendingChanges.Builder> |
ACLPendingChanges.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ACL.Builder |
ACL.Builder.pendingChanges(Consumer<ACLPendingChanges.Builder> pendingChanges)
A list of updates being applied to the ACL.
|
Copyright © 2022. All rights reserved.