Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private RestoreStatus |
Cluster.restoreStatus
Describes the status of a cluster restore action.
|
Modifier and Type | Method and Description |
---|---|
RestoreStatus |
RestoreStatus.clone() |
RestoreStatus |
Cluster.getRestoreStatus()
Describes the status of a cluster restore action.
|
RestoreStatus |
RestoreStatus.withCurrentRestoreRateInMegaBytesPerSecond(java.lang.Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup
storage.
|
RestoreStatus |
RestoreStatus.withElapsedTimeInSeconds(java.lang.Long elapsedTimeInSeconds)
The amount of time an in-progress restore has been running, or the amount
of time it took a completed restore to finish.
|
RestoreStatus |
RestoreStatus.withEstimatedTimeToCompletionInSeconds(java.lang.Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore will complete.
|
RestoreStatus |
RestoreStatus.withProgressInMegaBytes(java.lang.Long progressInMegaBytes)
The number of megabytes that have been transferred from snapshot storage.
|
RestoreStatus |
RestoreStatus.withSnapshotSizeInMegaBytes(java.lang.Long snapshotSizeInMegaBytes)
The size of the set of snapshot data used to restore the cluster.
|
RestoreStatus |
RestoreStatus.withStatus(java.lang.String status)
The status of the restore action.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setRestoreStatus(RestoreStatus restoreStatus)
Describes the status of a cluster restore action.
|
Cluster |
Cluster.withRestoreStatus(RestoreStatus restoreStatus)
Describes the status of a cluster restore action.
|
Modifier and Type | Method and Description |
---|---|
RestoreStatus |
RestoreStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |