| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
PendingModifiedServiceUpdate |
PendingModifiedServiceUpdate.clone() |
PendingModifiedServiceUpdate |
PendingModifiedServiceUpdate.withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
PendingModifiedServiceUpdate |
PendingModifiedServiceUpdate.withStatus(ServiceUpdateStatus status)
The status of the service update
|
PendingModifiedServiceUpdate |
PendingModifiedServiceUpdate.withStatus(String status)
The status of the service update
|
| Modifier and Type | Method and Description |
|---|---|
List<PendingModifiedServiceUpdate> |
ClusterPendingUpdates.getServiceUpdates()
A list of service updates being applied to the cluster
|
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingUpdates |
ClusterPendingUpdates.withServiceUpdates(PendingModifiedServiceUpdate... serviceUpdates)
A list of service updates being applied to the cluster
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterPendingUpdates.setServiceUpdates(Collection<PendingModifiedServiceUpdate> serviceUpdates)
A list of service updates being applied to the cluster
|
ClusterPendingUpdates |
ClusterPendingUpdates.withServiceUpdates(Collection<PendingModifiedServiceUpdate> serviceUpdates)
A list of service updates being applied to the cluster
|
Copyright © 2025. All rights reserved.