Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
UserGroupPendingChanges |
UserGroupPendingChanges.clone() |
UserGroupPendingChanges |
UserGroup.getPendingChanges()
A list of updates being applied to the user group.
|
UserGroupPendingChanges |
DeleteUserGroupResult.getPendingChanges()
A list of updates being applied to the user group.
|
UserGroupPendingChanges |
CreateUserGroupResult.getPendingChanges()
A list of updates being applied to the user group.
|
UserGroupPendingChanges |
ModifyUserGroupResult.getPendingChanges()
A list of updates being applied to the user group.
|
UserGroupPendingChanges |
UserGroupPendingChanges.withUserIdsToAdd(Collection<String> userIdsToAdd)
The list of user IDs to add.
|
UserGroupPendingChanges |
UserGroupPendingChanges.withUserIdsToAdd(String... userIdsToAdd)
The list of user IDs to add.
|
UserGroupPendingChanges |
UserGroupPendingChanges.withUserIdsToRemove(Collection<String> userIdsToRemove)
The list of user IDs to remove.
|
UserGroupPendingChanges |
UserGroupPendingChanges.withUserIdsToRemove(String... userIdsToRemove)
The list of user IDs to remove.
|
Modifier and Type | Method and Description |
---|---|
void |
UserGroup.setPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
void |
DeleteUserGroupResult.setPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
void |
CreateUserGroupResult.setPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
void |
ModifyUserGroupResult.setPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
UserGroup |
UserGroup.withPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
DeleteUserGroupResult |
DeleteUserGroupResult.withPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
CreateUserGroupResult |
CreateUserGroupResult.withPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
ModifyUserGroupResult |
ModifyUserGroupResult.withPendingChanges(UserGroupPendingChanges pendingChanges)
A list of updates being applied to the user group.
|
Copyright © 2023. All rights reserved.