Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ServiceUpdate |
ServiceUpdate.clone() |
ServiceUpdate |
ServiceUpdate.withAutoUpdateAfterRecommendedApplyByDate(Boolean autoUpdateAfterRecommendedApplyByDate)
Indicates whether the service update will be automatically applied once the recommended apply-by date has
expired.
|
ServiceUpdate |
ServiceUpdate.withEngine(String engine)
The Elasticache engine to which the update applies.
|
ServiceUpdate |
ServiceUpdate.withEngineVersion(String engineVersion)
The Elasticache engine version to which the update applies.
|
ServiceUpdate |
ServiceUpdate.withEstimatedUpdateTime(String estimatedUpdateTime)
The estimated length of time the service update will take
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateDescription(String serviceUpdateDescription)
Provides details of the service update
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateEndDate(Date serviceUpdateEndDate)
The date after which the service update is no longer available
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateRecommendedApplyByDate(Date serviceUpdateRecommendedApplyByDate)
The recommendend date to apply the service update in order to ensure compliance.
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateReleaseDate(Date serviceUpdateReleaseDate)
The date when the service update is initially available
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateSeverity(ServiceUpdateSeverity serviceUpdateSeverity)
The severity of the service update
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateSeverity(String serviceUpdateSeverity)
The severity of the service update
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus)
The status of the service update
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateStatus(String serviceUpdateStatus)
The status of the service update
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateType(ServiceUpdateType serviceUpdateType)
Reflects the nature of the service update
|
ServiceUpdate |
ServiceUpdate.withServiceUpdateType(String serviceUpdateType)
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 © 2019. All rights reserved.