Uses of Class
com.amazonaws.services.redshift.model.DescribeClustersResult
Packages that use DescribeClustersResult
-
Uses of DescribeClustersResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeClustersResultModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeClusters()
AbstractAmazonRedshift.describeClusters
(DescribeClustersRequest request) AmazonRedshift.describeClusters()
Simplified method form for invoking the DescribeClusters operation.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()
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.Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeClustersResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeClustersAsync()
Simplified method form for invoking the DescribeClusters operation.AbstractAmazonRedshiftAsync.describeClustersAsync
(AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeClustersAsync
(DescribeClustersRequest request) AbstractAmazonRedshiftAsync.describeClustersAsync
(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) AmazonRedshiftAsync.describeClustersAsync()
Simplified method form for invoking the DescribeClusters operation.AmazonRedshiftAsync.describeClustersAsync
(AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Simplified method form for invoking the DescribeClusters operation with an 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()
Simplified method form for invoking the DescribeClusters operation.AmazonRedshiftAsyncClient.describeClustersAsync
(AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeClustersAsync
(DescribeClustersRequest request) AmazonRedshiftAsyncClient.describeClustersAsync
(DescribeClustersRequest request, AsyncHandler<DescribeClustersRequest, DescribeClustersResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClustersResultModifier 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 DescribeClustersResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeClustersResultModifier and TypeMethodDescriptionDescribeClustersResult.clone()
DescribeClustersResult.withClusters
(Cluster... clusters) A list ofCluster
objects, where each object describes one cluster.DescribeClustersResult.withClusters
(Collection<Cluster> clusters) A list ofCluster
objects, where each object describes one cluster.DescribeClustersResult.withMarker
(String marker) A value that indicates the starting point for the next set of response records in a subsequent request.