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 DescribeClustersResultAbstractAmazonRedshift. describeClusters(DescribeClustersRequest request)DescribeClustersResultAmazonRedshift. describeClusters(DescribeClustersRequest describeClustersRequest)Returns properties of provisioned clusters including general cluster properties, cluster database properties, maintenance and backup properties, and security and access properties.DescribeClustersResultAmazonRedshiftClient. 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 DescribeClustersRequestDescribeClustersRequest. clone()DescribeClustersRequestDescribeClustersRequest. withClusterIdentifier(String clusterIdentifier)The unique identifier of a cluster whose properties you are requesting.DescribeClustersRequestDescribeClustersRequest. withMarker(String marker)An optional parameter that specifies the starting point to return a set of response records.DescribeClustersRequestDescribeClustersRequest. withMaxRecords(Integer maxRecords)The maximum number of response records to return in each call.DescribeClustersRequestDescribeClustersRequest. 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.DescribeClustersRequestDescribeClustersRequest. 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.DescribeClustersRequestDescribeClustersRequest. 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.DescribeClustersRequestDescribeClustersRequest. 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.
-