Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
UserGroup |
UserGroup.clone() |
UserGroup |
UserGroup.withARN(String aRN)
The Amazon Resource Name (ARN) of the user group.
|
UserGroup |
UserGroup.withEngine(String engine)
The current supported value is Redis.
|
UserGroup |
UserGroup.withMinimumEngineVersion(String minimumEngineVersion)
The minimum engine version required, which is Redis 6.0
|
UserGroup |
UserGroup.withPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
UserGroup |
UserGroup.withReplicationGroups(Collection<String> replicationGroups)
A list of replication groups that the user group can access.
|
UserGroup |
UserGroup.withReplicationGroups(String... replicationGroups)
A list of replication groups that the user group can access.
|
UserGroup |
UserGroup.withStatus(String status)
Indicates user group status.
|
UserGroup |
UserGroup.withUserGroupId(String userGroupId)
The ID of the user group.
|
UserGroup |
UserGroup.withUserIds(Collection<String> userIds)
The list of user IDs that belong to the user group.
|
UserGroup |
UserGroup.withUserIds(String... userIds)
The list of user IDs that belong to the user group.
|
Modifier and Type | Method and Description |
---|---|
List<UserGroup> |
DescribeUserGroupsResult.getUserGroups()
Returns a list of user groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeUserGroupsResult |
DescribeUserGroupsResult.withUserGroups(UserGroup... userGroups)
Returns a list of user groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeUserGroupsResult.setUserGroups(Collection<UserGroup> userGroups)
Returns a list of user groups.
|
DescribeUserGroupsResult |
DescribeUserGroupsResult.withUserGroups(Collection<UserGroup> userGroups)
Returns a list of user groups.
|
Copyright © 2023. All rights reserved.