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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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 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,
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 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.
|
Modifier and Type | Method and Description |
---|---|
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 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.