| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ACL |
ACL.clone() |
ACL |
UpdateACLResult.getACL()
The updated Access Control List
|
ACL |
CreateACLResult.getACL()
The newly-created Access Control List.
|
ACL |
DeleteACLResult.getACL()
The Access Control List object that has been deleted.
|
ACL |
ACL.withARN(String aRN)
The Amazon Resource Name (ARN) of the ACL
|
ACL |
ACL.withClusters(Collection<String> clusters)
A list of clusters associated with the ACL.
|
ACL |
ACL.withClusters(String... clusters)
A list of clusters associated with the ACL.
|
ACL |
ACL.withMinimumEngineVersion(String minimumEngineVersion)
The minimum engine version supported for the ACL
|
ACL |
ACL.withName(String name)
The name of the Access Control List
|
ACL |
ACL.withPendingChanges(ACLPendingChanges pendingChanges)
A list of updates being applied to the ACL.
|
ACL |
ACL.withStatus(String status)
Indicates ACL status.
|
ACL |
ACL.withUserNames(Collection<String> userNames)
The list of user names that belong to the ACL.
|
ACL |
ACL.withUserNames(String... userNames)
The list of user names that belong to the ACL.
|
| Modifier and Type | Method and Description |
|---|---|
List<ACL> |
DescribeACLsResult.getACLs()
The list of ACLs
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateACLResult.setACL(ACL aCL)
The updated Access Control List
|
void |
CreateACLResult.setACL(ACL aCL)
The newly-created Access Control List.
|
void |
DeleteACLResult.setACL(ACL aCL)
The Access Control List object that has been deleted.
|
UpdateACLResult |
UpdateACLResult.withACL(ACL aCL)
The updated Access Control List
|
CreateACLResult |
CreateACLResult.withACL(ACL aCL)
The newly-created Access Control List.
|
DeleteACLResult |
DeleteACLResult.withACL(ACL aCL)
The Access Control List object that has been deleted.
|
DescribeACLsResult |
DescribeACLsResult.withACLs(ACL... aCLs)
The list of ACLs
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeACLsResult.setACLs(Collection<ACL> aCLs)
The list of ACLs
|
DescribeACLsResult |
DescribeACLsResult.withACLs(Collection<ACL> aCLs)
The list of ACLs
|
Copyright © 2023. All rights reserved.