| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
|
| com.amazonaws.services.redshift.model | |
| com.amazonaws.services.redshift.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeClustersResult |
AmazonRedshift.describeClusters(DescribeClustersRequest describeClustersRequest)
Returns properties of provisioned clusters including general cluster
properties, cluster database properties, maintenance and backup
properties, and security and access properties.
|
DescribeClustersResult |
AbstractAmazonRedshift.describeClusters(DescribeClustersRequest request) |
DescribeClustersResult |
AmazonRedshiftClient.describeClusters(DescribeClustersRequest describeClustersRequest)
Returns properties of provisioned clusters including general cluster
properties, cluster database properties, maintenance and backup
properties, and security and access properties.
|
Future<DescribeClustersResult> |
AmazonRedshiftAsync.describeClustersAsync(DescribeClustersRequest describeClustersRequest)
Returns properties of provisioned clusters including general cluster
properties, cluster database properties, maintenance and backup
properties, and security and access properties.
|
Future<DescribeClustersResult> |
AmazonRedshiftAsyncClient.describeClustersAsync(DescribeClustersRequest request) |
Future<DescribeClustersResult> |
AbstractAmazonRedshiftAsync.describeClustersAsync(DescribeClustersRequest request) |
Future<DescribeClustersResult> |
AmazonRedshiftAsync.describeClustersAsync(DescribeClustersRequest describeClustersRequest,
AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Returns properties of provisioned clusters including general cluster
properties, cluster database properties, maintenance and backup
properties, and security and access properties.
|
Future<DescribeClustersResult> |
AmazonRedshiftAsyncClient.describeClustersAsync(DescribeClustersRequest request,
AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler) |
Future<DescribeClustersResult> |
AbstractAmazonRedshiftAsync.describeClustersAsync(DescribeClustersRequest request,
AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeClustersResult> |
AmazonRedshiftAsync.describeClustersAsync(AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Simplified method form for invoking the DescribeClusters operation with
an AsyncHandler.
|
Future<DescribeClustersResult> |
AmazonRedshiftAsyncClient.describeClustersAsync(AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Simplified method form for invoking the DescribeClusters operation with
an AsyncHandler.
|
Future<DescribeClustersResult> |
AbstractAmazonRedshiftAsync.describeClustersAsync(AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Simplified method form for invoking the DescribeClusters operation with
an AsyncHandler.
|
Future<DescribeClustersResult> |
AmazonRedshiftAsync.describeClustersAsync(DescribeClustersRequest describeClustersRequest,
AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Returns properties of provisioned clusters including general cluster
properties, cluster database properties, maintenance and backup
properties, and security and access properties.
|
Future<DescribeClustersResult> |
AmazonRedshiftAsyncClient.describeClustersAsync(DescribeClustersRequest request,
AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler) |
Future<DescribeClustersResult> |
AbstractAmazonRedshiftAsync.describeClustersAsync(DescribeClustersRequest request,
AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeClustersRequest |
DescribeClustersRequest.clone() |
DescribeClustersRequest |
DescribeClustersRequest.withClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose properties you are requesting.
|
DescribeClustersRequest |
DescribeClustersRequest.withMarker(String marker)
An optional parameter that specifies the starting point to return a set
of response records.
|
DescribeClustersRequest |
DescribeClustersRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeClustersRequest |
DescribeClustersRequest.withTagKeys(Collection<String> tagKeys)
A tag key or keys for which you want to return all matching clusters that
are associated with the specified key or keys.
|
DescribeClustersRequest |
DescribeClustersRequest.withTagKeys(String... tagKeys)
A tag key or keys for which you want to return all matching clusters that
are associated with the specified key or keys.
|
DescribeClustersRequest |
DescribeClustersRequest.withTagValues(Collection<String> tagValues)
A tag value or values for which you want to return all matching clusters
that are associated with the specified tag value or values.
|
DescribeClustersRequest |
DescribeClustersRequest.withTagValues(String... tagValues)
A tag value or values for which you want to return all matching clusters
that are associated with the specified tag value or values.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeClustersRequest> |
AmazonRedshiftWaiters.clusterAvailable()
Builds a ClusterAvailable waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
Waiter<DescribeClustersRequest> |
AmazonRedshiftWaiters.clusterDeleted()
Builds a ClusterDeleted waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
Waiter<DescribeClustersRequest> |
AmazonRedshiftWaiters.clusterRestored()
Builds a ClusterRestored waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClustersResult |
DescribeClustersFunction.apply(DescribeClustersRequest describeClustersRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2016. All rights reserved.