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

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

Methods in com.amazonaws.services.rds that return DescribeDBSnapshotsResult
 DescribeDBSnapshotsResult AmazonRDS.describeDBSnapshots()
           This API is used to retrieve information about DBSnapshots.
 DescribeDBSnapshotsResult AmazonRDSClient.describeDBSnapshots()
           This API is used to retrieve information about DBSnapshots.
 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.
 

Methods in com.amazonaws.services.rds that return types with arguments of type DescribeDBSnapshotsResult
 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 DescribeDBSnapshotsResult in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return DescribeDBSnapshotsResult
 DescribeDBSnapshotsResult DescribeDBSnapshotsResult.withDBSnapshots(Collection<DBSnapshot> dBSnapshots)
          A list of DBSnapshot instances.
 DescribeDBSnapshotsResult DescribeDBSnapshotsResult.withDBSnapshots(DBSnapshot... dBSnapshots)
          A list of DBSnapshot instances.
 DescribeDBSnapshotsResult DescribeDBSnapshotsResult.withMarker(String marker)
          The marker obtained from a previous operation response.
 



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