| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterRestoreStatus.clone() |
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterDetails.getRestoreStatus()
Information about the status of a cluster restore action.
|
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterRestoreStatus.withCurrentRestoreRateInMegaBytesPerSecond(Double currentRestoreRateInMegaBytesPerSecond)
The number of megabytes per second being transferred from the backup storage.
|
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterRestoreStatus.withElapsedTimeInSeconds(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.
|
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterRestoreStatus.withEstimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimate of the time remaining before the restore is complete.
|
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterRestoreStatus.withProgressInMegaBytes(Long progressInMegaBytes)
The number of megabytes that were transferred from snapshot storage.
|
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterRestoreStatus.withSnapshotSizeInMegaBytes(Long snapshotSizeInMegaBytes)
The size of the set of snapshot data that was used to restore the cluster.
|
AwsRedshiftClusterRestoreStatus |
AwsRedshiftClusterRestoreStatus.withStatus(String status)
The status of the restore action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRedshiftClusterDetails.setRestoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action.
|
AwsRedshiftClusterDetails |
AwsRedshiftClusterDetails.withRestoreStatus(AwsRedshiftClusterRestoreStatus restoreStatus)
Information about the status of a cluster restore action.
|
Copyright © 2022. All rights reserved.