Uses of Class
com.amazonaws.services.redshift.model.DescribeResizeResult
Packages that use DescribeResizeResult
-
Uses of DescribeResizeResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeResizeResultModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeResize
(DescribeResizeRequest request) AmazonRedshift.describeResize
(DescribeResizeRequest describeResizeRequest) Returns information about the last resize operation for the specified cluster.AmazonRedshiftClient.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 DescribeResizeResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeResizeAsync
(DescribeResizeRequest request) AbstractAmazonRedshiftAsync.describeResizeAsync
(DescribeResizeRequest request, AsyncHandler<DescribeResizeRequest, DescribeResizeResult> asyncHandler) AmazonRedshiftAsync.describeResizeAsync
(DescribeResizeRequest describeResizeRequest) Returns information about the last resize operation for the specified cluster.AmazonRedshiftAsync.describeResizeAsync
(DescribeResizeRequest describeResizeRequest, AsyncHandler<DescribeResizeRequest, DescribeResizeResult> asyncHandler) Returns information about the last resize operation for the specified cluster.AmazonRedshiftAsyncClient.describeResizeAsync
(DescribeResizeRequest request) AmazonRedshiftAsyncClient.describeResizeAsync
(DescribeResizeRequest request, AsyncHandler<DescribeResizeRequest, DescribeResizeResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeResizeResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeResizeAsync
(DescribeResizeRequest request, AsyncHandler<DescribeResizeRequest, DescribeResizeResult> asyncHandler) AmazonRedshiftAsync.describeResizeAsync
(DescribeResizeRequest describeResizeRequest, AsyncHandler<DescribeResizeRequest, DescribeResizeResult> asyncHandler) Returns information about the last resize operation for the specified cluster.AmazonRedshiftAsyncClient.describeResizeAsync
(DescribeResizeRequest request, AsyncHandler<DescribeResizeRequest, DescribeResizeResult> asyncHandler) -
Uses of DescribeResizeResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeResizeResultModifier and TypeMethodDescriptionDescribeResizeResult.clone()
DescribeResizeResult.withAvgResizeRateInMegaBytesPerSecond
(Double avgResizeRateInMegaBytesPerSecond) The average rate of the resize operation over the last few minutes, measured in megabytes per second.DescribeResizeResult.withElapsedTimeInSeconds
(Long elapsedTimeInSeconds) The amount of seconds that have elapsed since the resize operation began.DescribeResizeResult.withEstimatedTimeToCompletionInSeconds
(Long estimatedTimeToCompletionInSeconds) The estimated time remaining, in seconds, until the resize operation is complete.DescribeResizeResult.withImportTablesCompleted
(String... importTablesCompleted) The names of tables that have been completely imported .DescribeResizeResult.withImportTablesCompleted
(Collection<String> importTablesCompleted) The names of tables that have been completely imported .DescribeResizeResult.withImportTablesInProgress
(String... importTablesInProgress) The names of tables that are being currently imported.DescribeResizeResult.withImportTablesInProgress
(Collection<String> importTablesInProgress) The names of tables that are being currently imported.DescribeResizeResult.withImportTablesNotStarted
(String... importTablesNotStarted) The names of tables that have not been yet imported.DescribeResizeResult.withImportTablesNotStarted
(Collection<String> importTablesNotStarted) The names of tables that have not been yet imported.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.withStatus
(String status) The status of the resize operation.DescribeResizeResult.withTargetClusterType
(String targetClusterType) The cluster type after the resize operation is complete.DescribeResizeResult.withTargetNodeType
(String targetNodeType) The node type that the cluster will have after the resize operation is complete.DescribeResizeResult.withTargetNumberOfNodes
(Integer targetNumberOfNodes) The number of nodes that the cluster will have after the resize operation is complete.DescribeResizeResult.withTotalResizeDataInMegaBytes
(Long totalResizeDataInMegaBytes) The estimated total amount of data, in megabytes, on the cluster before the resize operation began.