Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DBSnapshot |
AmazonRDSClient.copyDBSnapshot(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
DBSnapshot |
AmazonRDS.copyDBSnapshot(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
DBSnapshot |
AmazonRDSClient.createDBSnapshot(CreateDBSnapshotRequest createDBSnapshotRequest)
Creates a DBSnapshot.
|
DBSnapshot |
AmazonRDS.createDBSnapshot(CreateDBSnapshotRequest createDBSnapshotRequest)
Creates a DBSnapshot.
|
DBSnapshot |
AmazonRDSClient.deleteDBSnapshot(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
Deletes a DBSnapshot.
|
DBSnapshot |
AmazonRDS.deleteDBSnapshot(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
Deletes a DBSnapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsync.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.copyDBSnapshotAsync(CopyDBSnapshotRequest copyDBSnapshotRequest,
AsyncHandler<CopyDBSnapshotRequest,DBSnapshot> asyncHandler)
Copies the specified DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsync.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest)
Creates a DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest)
Creates a DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsync.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest,
AsyncHandler<CreateDBSnapshotRequest,DBSnapshot> asyncHandler)
Creates a DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.createDBSnapshotAsync(CreateDBSnapshotRequest createDBSnapshotRequest,
AsyncHandler<CreateDBSnapshotRequest,DBSnapshot> asyncHandler)
Creates a DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsync.deleteDBSnapshotAsync(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
Deletes a DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.deleteDBSnapshotAsync(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
Deletes a DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsync.deleteDBSnapshotAsync(DeleteDBSnapshotRequest deleteDBSnapshotRequest,
AsyncHandler<DeleteDBSnapshotRequest,DBSnapshot> asyncHandler)
Deletes a DBSnapshot.
|
Future<DBSnapshot> |
AmazonRDSAsyncClient.deleteDBSnapshotAsync(DeleteDBSnapshotRequest deleteDBSnapshotRequest,
AsyncHandler<DeleteDBSnapshotRequest,DBSnapshot> asyncHandler)
Deletes a DBSnapshot.
|
Modifier and Type | Method and Description |
---|---|
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 DB instance identifier 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.withEngineVersion(String engineVersion)
Specifies the version of the database engine.
|
DBSnapshot |
DBSnapshot.withInstanceCreateTime(Date instanceCreateTime)
Specifies the time (UTC) when the snapshot was taken.
|
DBSnapshot |
DBSnapshot.withIops(Integer iops)
Specifies the Provisioned IOPS (I/O operations per second) value of
the DB instance at the time of the snapshot.
|
DBSnapshot |
DBSnapshot.withLicenseModel(String licenseModel)
License model information for the restored DB instance.
|
DBSnapshot |
DBSnapshot.withMasterUsername(String masterUsername)
Provides the master username for the DB snapshot.
|
DBSnapshot |
DBSnapshot.withOptionGroupName(String optionGroupName)
Provides the option group name for the DB snapshot.
|
DBSnapshot |
DBSnapshot.withPercentProgress(Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
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.withSnapshotType(String snapshotType)
Provides the type of the DB snapshot.
|
DBSnapshot |
DBSnapshot.withSourceRegion(String sourceRegion)
The region that the DB snapshot was created in or copied from.
|
DBSnapshot |
DBSnapshot.withStatus(String status)
Specifies the status of this DB snapshot.
|
DBSnapshot |
DBSnapshot.withVpcId(String vpcId)
Provides the Vpc Id associated with the DB snapshot.
|
Modifier and Type | Method and Description |
---|---|
List<DBSnapshot> |
DescribeDBSnapshotsResult.getDBSnapshots()
A list of DBSnapshot instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeDBSnapshotsResult |
DescribeDBSnapshotsResult.withDBSnapshots(DBSnapshot... dBSnapshots)
A list of DBSnapshot instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBSnapshotsResult.setDBSnapshots(Collection<DBSnapshot> dBSnapshots)
A list of DBSnapshot instances.
|
DescribeDBSnapshotsResult |
DescribeDBSnapshotsResult.withDBSnapshots(Collection<DBSnapshot> dBSnapshots)
A list of DBSnapshot instances.
|
Copyright © 2014. All rights reserved.