Package | Description |
---|---|
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.
|
com.amazonaws.services.redshift.model.transform |
Marhsalling for the various types represented by AmazonRedshift.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.withStatus(String status)
The status of the resize operation.
|
DescribeResizeResult |
DescribeResizeResult.withTargetClusterType(String targetClusterType)
The cluster type after the resize is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNodeType(String targetNodeType)
The node type that the cluster will have after the resize is complete.
|
DescribeResizeResult |
DescribeResizeResult.withTargetNumberOfNodes(Integer targetNumberOfNodes)
The number of nodes that the cluster will have after the resize is
complete.
|
Modifier and Type | Method and Description |
---|---|
DescribeResizeResult |
DescribeResizeResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2016. All rights reserved.