Uses of Class
com.amazonaws.services.redshift.model.DescribeClusterSnapshotsResult

Packages that use DescribeClusterSnapshotsResult
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. 
 

Uses of DescribeClusterSnapshotsResult in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift that return DescribeClusterSnapshotsResult
 DescribeClusterSnapshotsResult AmazonRedshiftClient.describeClusterSnapshots()
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 DescribeClusterSnapshotsResult AmazonRedshift.describeClusterSnapshots()
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 DescribeClusterSnapshotsResult AmazonRedshiftClient.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 DescribeClusterSnapshotsResult AmazonRedshift.describeClusterSnapshots(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 

Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeClusterSnapshotsResult
 Future<DescribeClusterSnapshotsResult> AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 Future<DescribeClusterSnapshotsResult> AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 Future<DescribeClusterSnapshotsResult> AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 Future<DescribeClusterSnapshotsResult> AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeClusterSnapshotsResult
 Future<DescribeClusterSnapshotsResult> AmazonRedshiftAsyncClient.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 Future<DescribeClusterSnapshotsResult> AmazonRedshiftAsync.describeClusterSnapshotsAsync(DescribeClusterSnapshotsRequest describeClusterSnapshotsRequest, AsyncHandler<DescribeClusterSnapshotsRequest,DescribeClusterSnapshotsResult> asyncHandler)
           Returns one or more snapshot objects, which contain metadata about your cluster snapshots.
 

Uses of DescribeClusterSnapshotsResult in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return DescribeClusterSnapshotsResult
 DescribeClusterSnapshotsResult DescribeClusterSnapshotsResult.withMarker(String marker)
          A value that indicates the starting point for the next set of response records in a subsequent request.
 DescribeClusterSnapshotsResult DescribeClusterSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
          A list of Snapshot instances.
 DescribeClusterSnapshotsResult DescribeClusterSnapshotsResult.withSnapshots(Snapshot... snapshots)
          A list of Snapshot instances.
 



Copyright © 2016. All rights reserved.