Uses of Class
com.amazonaws.services.redshift.model.DescribeClustersRequest
-
Packages that use DescribeClustersRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of DescribeClustersRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeClustersRequest Modifier and Type Method Description DescribeClustersResult
AbstractAmazonRedshift. describeClusters(DescribeClustersRequest request)
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
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>
AbstractAmazonRedshiftAsync. describeClustersAsync(DescribeClustersRequest request)
Future<DescribeClustersResult>
AbstractAmazonRedshiftAsync. describeClustersAsync(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
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>
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)
Future<DescribeClustersResult>
AmazonRedshiftAsyncClient. describeClustersAsync(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClustersRequest Modifier and Type Method Description Future<DescribeClustersResult>
AbstractAmazonRedshiftAsync. describeClustersAsync(AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.Future<DescribeClustersResult>
AbstractAmazonRedshiftAsync. describeClustersAsync(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Future<DescribeClustersResult>
AmazonRedshiftAsync. 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(AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.Future<DescribeClustersResult>
AmazonRedshiftAsyncClient. describeClustersAsync(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest,DescribeClustersResult> asyncHandler)
-
Uses of DescribeClustersRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeClustersRequest Modifier and Type Method 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(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(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. 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.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.
-