Uses of Class
software.amazon.awssdk.services.elasticache.model.UserGroupPendingChanges
-
Packages that use UserGroupPendingChanges Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of UserGroupPendingChanges in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return UserGroupPendingChanges Modifier and Type Method Description UserGroupPendingChangesCreateUserGroupResponse. pendingChanges()A list of updates being applied to the user group.UserGroupPendingChangesDeleteUserGroupResponse. pendingChanges()A list of updates being applied to the user group.UserGroupPendingChangesModifyUserGroupResponse. pendingChanges()A list of updates being applied to the user group.UserGroupPendingChangesUserGroup. pendingChanges()A list of updates being applied to the user group.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type UserGroupPendingChanges Modifier and Type Method Description CreateUserGroupResponse.BuilderCreateUserGroupResponse.Builder. pendingChanges(UserGroupPendingChanges pendingChanges)A list of updates being applied to the user group.DeleteUserGroupResponse.BuilderDeleteUserGroupResponse.Builder. pendingChanges(UserGroupPendingChanges pendingChanges)A list of updates being applied to the user group.ModifyUserGroupResponse.BuilderModifyUserGroupResponse.Builder. pendingChanges(UserGroupPendingChanges pendingChanges)A list of updates being applied to the user group.UserGroup.BuilderUserGroup.Builder. pendingChanges(UserGroupPendingChanges pendingChanges)A list of updates being applied to the user group.
-