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 |
---|---|
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> |
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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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 marker returned by a previous DescribeClusters
request to indicate the first cluster that the current
DescribeClusters request will return.
|
DescribeClustersRequest |
DescribeClustersRequest.withMaxRecords(Integer maxRecords)
The maximum number of records that the response can include.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeClustersRequest> |
DescribeClustersRequestMarshaller.marshall(DescribeClustersRequest describeClustersRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeClustersRequest> |
DescribeClustersRequestMarshaller.marshall(DescribeClustersRequest describeClustersRequest) |
Copyright © 2016. All rights reserved.