Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeResizeResult |
AmazonRedshiftClient.describeResize(DescribeResizeRequest describeResizeRequest)
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.
|
DescribeResizeResult |
AbstractAmazonRedshift.describeResize(DescribeResizeRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeResizeResult> |
AmazonRedshiftAsyncClient.describeResizeAsync(DescribeResizeRequest request) |
java.util.concurrent.Future<DescribeResizeResult> |
AmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest describeResizeRequest)
Returns information about the last resize operation for the specified
cluster.
|
java.util.concurrent.Future<DescribeResizeResult> |
AbstractAmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest request) |
java.util.concurrent.Future<DescribeResizeResult> |
AmazonRedshiftAsyncClient.describeResizeAsync(DescribeResizeRequest request,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler) |
java.util.concurrent.Future<DescribeResizeResult> |
AmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest describeResizeRequest,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler)
Returns information about the last resize operation for the specified
cluster.
|
java.util.concurrent.Future<DescribeResizeResult> |
AbstractAmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest request,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeResizeResult> |
AmazonRedshiftAsyncClient.describeResizeAsync(DescribeResizeRequest request,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler) |
java.util.concurrent.Future<DescribeResizeResult> |
AmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest describeResizeRequest,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler)
Returns information about the last resize operation for the specified
cluster.
|
java.util.concurrent.Future<DescribeResizeResult> |
AbstractAmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest request,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeResizeResult |
DescribeResizeResult.clone() |
DescribeResizeResult |
DescribeResizeResult.withAvgResizeRateInMegaBytesPerSecond(java.lang.Double avgResizeRateInMegaBytesPerSecond)
The average rate of the resize operation over the last few minutes,
measured in megabytes per second.
|
DescribeResizeResult |
DescribeResizeResult.withElapsedTimeInSeconds(java.lang.Long elapsedTimeInSeconds)
The amount of seconds that have elapsed since the resize operation began.
|
DescribeResizeResult |
DescribeResizeResult.withEstimatedTimeToCompletionInSeconds(java.lang.Long estimatedTimeToCompletionInSeconds)
The estimated time remaining, in seconds, until the resize operation is
complete.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesCompleted(java.util.Collection<java.lang.String> importTablesCompleted)
The names of tables that have been completely imported .
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesCompleted(java.lang.String... importTablesCompleted)
The names of tables that have been completely imported .
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesInProgress(java.util.Collection<java.lang.String> importTablesInProgress)
The names of tables that are being currently imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesInProgress(java.lang.String... importTablesInProgress)
The names of tables that are being currently imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesNotStarted(java.util.Collection<java.lang.String> importTablesNotStarted)
The names of tables that have not been yet imported.
|
DescribeResizeResult |
DescribeResizeResult.withImportTablesNotStarted(java.lang.String... importTablesNotStarted)
The names of tables that have not been yet imported.
|
DescribeResizeResult |
DescribeResizeResult.withProgressInMegaBytes(java.lang.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.withStatus(java.lang.String status)
The status of the resize operation.
|
DescribeResizeResult |
DescribeResizeResult.withTargetClusterType(java.lang.String targetClusterType)
The cluster type after the resize operation is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNodeType(java.lang.String targetNodeType)
The node type that the cluster will have after the resize operation is
complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNumberOfNodes(java.lang.Integer targetNumberOfNodes)
The number of nodes that the cluster will have after the resize operation
is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTotalResizeDataInMegaBytes(java.lang.Long totalResizeDataInMegaBytes)
The estimated total amount of data, in megabytes, on the cluster before
the resize operation began.
|
Modifier and Type | Method and Description |
---|---|
DescribeResizeResult |
DescribeResizeResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |