|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeResizeResult | |
---|---|
com.amazonaws.services.redshift | Synchronous and asynchronous client classes for accessing AmazonRedshift. |
com.amazonaws.services.redshift.model | Classes modeling the various types represented by AmazonRedshift. |
Uses of DescribeResizeResult in com.amazonaws.services.redshift |
---|
Methods in com.amazonaws.services.redshift that return DescribeResizeResult | |
---|---|
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. |
Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeResizeResult | |
---|---|
Future<DescribeResizeResult> |
AmazonRedshiftAsyncClient.describeResizeAsync(DescribeResizeRequest describeResizeRequest)
Returns information about the last resize operation for the specified cluster. |
Future<DescribeResizeResult> |
AmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest describeResizeRequest)
Returns information about the last resize operation for the specified cluster. |
Future<DescribeResizeResult> |
AmazonRedshiftAsyncClient.describeResizeAsync(DescribeResizeRequest describeResizeRequest,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler)
Returns information about the last resize operation for the specified cluster. |
Future<DescribeResizeResult> |
AmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest describeResizeRequest,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler)
Returns information about the last resize operation for the specified cluster. |
Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeResizeResult | |
---|---|
Future<DescribeResizeResult> |
AmazonRedshiftAsyncClient.describeResizeAsync(DescribeResizeRequest describeResizeRequest,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler)
Returns information about the last resize operation for the specified cluster. |
Future<DescribeResizeResult> |
AmazonRedshiftAsync.describeResizeAsync(DescribeResizeRequest describeResizeRequest,
AsyncHandler<DescribeResizeRequest,DescribeResizeResult> asyncHandler)
Returns information about the last resize operation for the specified cluster. |
Uses of DescribeResizeResult in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return DescribeResizeResult | |
---|---|
DescribeResizeResult |
DescribeResizeResult.withAvgResizeRateInMegaBytesPerSecond(Double avgResizeRateInMegaBytesPerSecond)
The average rate of the resize operation over the last few minutes, measured in megabytes per second. |
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.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.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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |