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

Packages that use DescribeClusterSnapshotsRequest
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 DescribeClusterSnapshotsRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type DescribeClusterSnapshotsRequest
 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.
 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 DescribeClusterSnapshotsRequest
 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 DescribeClusterSnapshotsRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return DescribeClusterSnapshotsRequest
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withClusterIdentifier(String clusterIdentifier)
          The identifier of the cluster for which information about snapshots is requested.
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withEndTime(Date endTime)
          A time value that requests only snapshots created at or before the specified time.
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withMarker(String marker)
          An optional parameter that specifies the starting point to return a set of response records.
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withMaxRecords(Integer maxRecords)
          The maximum number of response records to return in each call.
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withOwnerAccount(String ownerAccount)
          The AWS customer account used to create or copy the snapshot.
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withSnapshotIdentifier(String snapshotIdentifier)
          The snapshot identifier of the snapshot about which to return information.
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withSnapshotType(String snapshotType)
          The type of snapshots for which you are requesting information.
 DescribeClusterSnapshotsRequest DescribeClusterSnapshotsRequest.withStartTime(Date startTime)
          A value that requests only snapshots created at or after the specified time.
 



Copyright © 2016. All rights reserved.