Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
DescribeResizeResult |
AbstractAmazonRedshift.describeResize(DescribeResizeRequest request) |
DescribeResizeResult |
AmazonRedshiftClient.describeResize(DescribeResizeRequest request)
Returns information about the last resize operation for the specified cluster.
|
DescribeResizeResult |
AmazonRedshift.describeResize(DescribeResizeRequest describeResizeRequest)
Returns information about the last resize operation for the specified cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeResizeResult> |
AbstractAmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest request,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler) |
Future<DescribeResizeResult> |
AmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest describeResizeRequest,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler)
Returns information about the last resize operation for the specified cluster.
|
Future<DescribeResizeResult> |
AmazonRedshiftAsyncClient.describeResizeAsync(DescribeResizeRequest request,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeResizeResult |
DescribeResizeResult.clone() |
DescribeResizeResult |
DescribeResizeResult.withAvgResizeRateInMegaBytesPerSecond(Double avgResizeRateInMegaBytesPerSecond)
The average rate of the resize operation over the last few minutes, measured in megabytes per second.
|
DescribeResizeResult |
DescribeResizeResult.withDataTransferProgressPercent(Double dataTransferProgressPercent)
The percent of data transferred from source cluster to target cluster.
|
DescribeResizeResult |
DescribeResizeResult.withElapsedTimeInSeconds(Long elapsedTimeInSeconds)
The amount of seconds that have elapsed since the resize operation began.
|
DescribeResizeResult |
DescribeResizeResult.withEstimatedTimeToCompletionInSeconds(Long estimatedTimeToCompletionInSeconds)
The estimated time remaining, in seconds, until the resize operation is complete.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesCompleted(Collection<String> importTablesCompleted)
The names of tables that have been completely imported .
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesCompleted(String... importTablesCompleted)
The names of tables that have been completely imported .
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesInProgress(Collection<String> importTablesInProgress)
The names of tables that are being currently imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesInProgress(String... importTablesInProgress)
The names of tables that are being currently imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesNotStarted(Collection<String> importTablesNotStarted)
The names of tables that have not been yet imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesNotStarted(String... importTablesNotStarted)
The names of tables that have not been yet imported.
|
DescribeResizeResult |
DescribeResizeResult.withMessage(String message)
An optional string to provide additional details about the resize action.
|
DescribeResizeResult |
DescribeResizeResult.withProgressInMegaBytes(Long progressInMegaBytes)
While the resize operation is in progress, this value shows the current amount of data, in megabytes, that has
been processed so far.
|
DescribeResizeResult |
DescribeResizeResult.withResizeType(String resizeType)
An enum with possible values of
ClassicResize and ElasticResize . |
DescribeResizeResult |
DescribeResizeResult.withStatus(String status)
The status of the resize operation.
|
DescribeResizeResult |
DescribeResizeResult.withTargetClusterType(String targetClusterType)
The cluster type after the resize operation is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetEncryptionType(String targetEncryptionType)
The type of encryption for the cluster after the resize is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNodeType(String targetNodeType)
The node type that the cluster will have after the resize operation is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNumberOfNodes(Integer targetNumberOfNodes)
The number of nodes that the cluster will have after the resize operation is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTotalResizeDataInMegaBytes(Long totalResizeDataInMegaBytes)
The estimated total amount of data, in megabytes, on the cluster before the resize operation began.
|
Copyright © 2024. All rights reserved.