Uses of Class
com.amazonaws.services.redshift.model.DescribeClustersRequest
Packages that use DescribeClustersRequest
-
Uses of DescribeClustersRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeClustersRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeClusters
(DescribeClustersRequest request) 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.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.AbstractAmazonRedshiftAsync.describeClustersAsync
(DescribeClustersRequest request) AbstractAmazonRedshiftAsync.describeClustersAsync
(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) 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.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.AmazonRedshiftAsyncClient.describeClustersAsync
(DescribeClustersRequest request) AmazonRedshiftAsyncClient.describeClustersAsync
(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClustersRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeClustersAsync
(AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeClustersAsync
(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) AmazonRedshiftAsync.describeClustersAsync
(AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.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.AmazonRedshiftAsyncClient.describeClustersAsync
(AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.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 DescribeClustersRequestModifier and TypeMethodDescriptionDescribeClustersRequest.clone()
DescribeClustersRequest.withClusterIdentifier
(String clusterIdentifier) The unique identifier of a cluster whose properties you are requesting.DescribeClustersRequest.withMarker
(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeClustersRequest.withMaxRecords
(Integer maxRecords) The maximum number of response records to return in each call.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.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.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.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.