| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdate |
ServiceUpdate.clone() |
ServiceUpdate |
ServiceUpdate.withAutoUpdateStartDate(Date autoUpdateStartDate)
The date at which the service update will be automatically applied
|
ServiceUpdate |
ServiceUpdate.withClusterName(String clusterName)
The name of the cluster to which the service update applies
|
ServiceUpdate |
ServiceUpdate.withDescription(String description)
Provides details of the service update
|
ServiceUpdate |
ServiceUpdate.withNodesUpdated(String nodesUpdated)
A list of nodes updated by the service update
|
ServiceUpdate |
ServiceUpdate.withReleaseDate(Date releaseDate)
The date when the service update is initially available
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
ServiceUpdate |
ServiceUpdate.withStatus(ServiceUpdateStatus status)
The status of the service update
|
ServiceUpdate |
ServiceUpdate.withStatus(String status)
The status of the service update
|
ServiceUpdate |
ServiceUpdate.withType(ServiceUpdateType type)
Reflects the nature of the service update
|
ServiceUpdate |
ServiceUpdate.withType(String type)
Reflects the nature of the service update
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceUpdate> |
DescribeServiceUpdatesResult.getServiceUpdates()
A list of service updates
|
| Modifier and Type | Method and Description |
|---|---|
DescribeServiceUpdatesResult |
DescribeServiceUpdatesResult.withServiceUpdates(ServiceUpdate... serviceUpdates)
A list of service updates
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeServiceUpdatesResult.setServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
|
DescribeServiceUpdatesResult |
DescribeServiceUpdatesResult.withServiceUpdates(Collection<ServiceUpdate> serviceUpdates)
A list of service updates
|
Copyright © 2024. All rights reserved.