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

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

Methods in com.amazonaws.services.rds that return DBSnapshot
 DBSnapshot AmazonRDS.createDBSnapshot(CreateDBSnapshotRequest createDBSnapshotRequest)
           This API is used to create a DBSnapshot.
 DBSnapshot AmazonRDSClient.createDBSnapshot(CreateDBSnapshotRequest createDBSnapshotRequest)
           This API is used to create a DBSnapshot.
 DBSnapshot AmazonRDS.deleteDBSnapshot(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
           This API is used to delete a DBSnapshot.
 DBSnapshot AmazonRDSClient.deleteDBSnapshot(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
           This API is used to delete a DBSnapshot.
 

Methods in com.amazonaws.services.rds that return types with arguments of type DBSnapshot
 Future<DBSnapshot> AmazonRDSAsyncClient.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest)
           This API is used to create a DBSnapshot.
 Future<DBSnapshot> AmazonRDSAsync.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest)
           This API is used to create a DBSnapshot.
 Future<DBSnapshot> AmazonRDSAsyncClient.deleteDBSnapshotAsync(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
           This API is used to delete a DBSnapshot.
 Future<DBSnapshot> AmazonRDSAsync.deleteDBSnapshotAsync(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
           This API is used to delete a DBSnapshot.
 

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

Methods in com.amazonaws.services.rds.model that return DBSnapshot
 DBSnapshot DBSnapshot.withAllocatedStorage(Integer allocatedStorage)
          Specifies the allocated storage size in gigabytes (GB).
 DBSnapshot DBSnapshot.withAvailabilityZone(String availabilityZone)
          Specifies the name of the Availability Zone the DB Instance was located in at the time of the DB Snapshot.
 DBSnapshot DBSnapshot.withDBInstanceIdentifier(String dBInstanceIdentifier)
          Specifies the the DBInstanceIdentifier of the DB Instance this DB Snapshot was created from.
 DBSnapshot DBSnapshot.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
          Specifies the identifier for the DB Snapshot.
 DBSnapshot DBSnapshot.withEngine(String engine)
          Specifies the name of the database engine.
 DBSnapshot DBSnapshot.withInstanceCreateTime(Date instanceCreateTime)
          Specifies the time (UTC) when the snapshot was taken.
 DBSnapshot DBSnapshot.withMasterUsername(String masterUsername)
          Provides the master username for the DB Instance.
 DBSnapshot DBSnapshot.withPort(Integer port)
          Specifies the port that the database engine was listening on at the time of the snapshot.
 DBSnapshot DBSnapshot.withSnapshotCreateTime(Date snapshotCreateTime)
          Provides the time (UTC) when the snapshot was taken.
 DBSnapshot DBSnapshot.withStatus(String status)
          Specifies the status of this DB Snapshot.
 

Methods in com.amazonaws.services.rds.model that return types with arguments of type DBSnapshot
 List<DBSnapshot> DescribeDBSnapshotsResult.getDBSnapshots()
          A list of DBSnapshot instances.
 

Methods in com.amazonaws.services.rds.model with parameters of type DBSnapshot
 DescribeDBSnapshotsResult DescribeDBSnapshotsResult.withDBSnapshots(DBSnapshot... dBSnapshots)
          A list of DBSnapshot instances.
 

Method parameters in com.amazonaws.services.rds.model with type arguments of type DBSnapshot
 void DescribeDBSnapshotsResult.setDBSnapshots(Collection<DBSnapshot> dBSnapshots)
          A list of DBSnapshot instances.
 DescribeDBSnapshotsResult DescribeDBSnapshotsResult.withDBSnapshots(Collection<DBSnapshot> dBSnapshots)
          A list of DBSnapshot instances.
 



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