Uses of Class
com.amazonaws.services.rds.model.DescribeDBSnapshotsRequest

Packages that use DescribeDBSnapshotsRequest
com.amazonaws.services.rds Synchronous and asynchronous client classes for accessing AmazonRDS. 
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of DescribeDBSnapshotsRequest in com.amazonaws.services.rds
 

Methods in com.amazonaws.services.rds with parameters of type DescribeDBSnapshotsRequest
 DescribeDBSnapshotsResult AmazonRDS.describeDBSnapshots(DescribeDBSnapshotsRequest describeDBSnapshotsRequest)
           This API is used to retrieve information about DBSnapshots.
 DescribeDBSnapshotsResult AmazonRDSClient.describeDBSnapshots(DescribeDBSnapshotsRequest describeDBSnapshotsRequest)
           This API is used to retrieve information about DBSnapshots.
 Future<DescribeDBSnapshotsResult> AmazonRDSAsyncClient.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest describeDBSnapshotsRequest)
           This API is used to retrieve information about DBSnapshots.
 Future<DescribeDBSnapshotsResult> AmazonRDSAsync.describeDBSnapshotsAsync(DescribeDBSnapshotsRequest describeDBSnapshotsRequest)
           This API is used to retrieve information about DBSnapshots.
 

Uses of DescribeDBSnapshotsRequest in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return DescribeDBSnapshotsRequest
 DescribeDBSnapshotsRequest DescribeDBSnapshotsRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
          The unique identifier for the Amazon RDS DB snapshot.
 DescribeDBSnapshotsRequest DescribeDBSnapshotsRequest.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
          The DB Instance identifier.
 DescribeDBSnapshotsRequest DescribeDBSnapshotsRequest.withMarker(String marker)
          An optional marker provided in the previous DescribeDBInstances request.
 DescribeDBSnapshotsRequest DescribeDBSnapshotsRequest.withMaxRecords(Integer maxRecords)
          The maximum number of records to include in the response.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.