| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingUpdates |
ClusterPendingUpdates.clone() |
ClusterPendingUpdates |
Cluster.getPendingUpdates()
A group of settings that are currently being applied.
|
ClusterPendingUpdates |
ClusterPendingUpdates.withACLs(ACLsUpdateStatus aCLs)
A list of ACLs associated with the cluster that are being updated
|
ClusterPendingUpdates |
ClusterPendingUpdates.withResharding(ReshardingStatus resharding)
The status of an online resharding operation.
|
ClusterPendingUpdates |
ClusterPendingUpdates.withServiceUpdates(Collection<PendingModifiedServiceUpdate> serviceUpdates)
A list of service updates being applied to the cluster
|
ClusterPendingUpdates |
ClusterPendingUpdates.withServiceUpdates(PendingModifiedServiceUpdate... serviceUpdates)
A list of service updates being applied to the cluster
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setPendingUpdates(ClusterPendingUpdates pendingUpdates)
A group of settings that are currently being applied.
|
Cluster |
Cluster.withPendingUpdates(ClusterPendingUpdates pendingUpdates)
A group of settings that are currently being applied.
|
Copyright © 2023. All rights reserved.