default CreateDbInstanceResponse |
RdsClient.createDBInstance(Consumer<CreateDbInstanceRequest.Builder> createDbInstanceRequest) |
Creates a new DB instance.
|
default CreateDbInstanceResponse |
RdsClient.createDBInstance(CreateDbInstanceRequest createDbInstanceRequest) |
Creates a new DB instance.
|
default CreateDbInstanceReadReplicaResponse |
RdsClient.createDBInstanceReadReplica(Consumer<CreateDbInstanceReadReplicaRequest.Builder> createDbInstanceReadReplicaRequest) |
Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster.
|
default CreateDbInstanceReadReplicaResponse |
RdsClient.createDBInstanceReadReplica(CreateDbInstanceReadReplicaRequest createDbInstanceReadReplicaRequest) |
Creates a new DB instance that acts as a read replica for an existing source DB instance or Multi-AZ DB cluster.
|
default ModifyDbInstanceResponse |
RdsClient.modifyDBInstance(Consumer<ModifyDbInstanceRequest.Builder> modifyDbInstanceRequest) |
Modifies settings for a DB instance.
|
default ModifyDbInstanceResponse |
RdsClient.modifyDBInstance(ModifyDbInstanceRequest modifyDbInstanceRequest) |
Modifies settings for a DB instance.
|
default RestoreDbClusterFromS3Response |
RdsClient.restoreDBClusterFromS3(Consumer<RestoreDbClusterFromS3Request.Builder> restoreDbClusterFromS3Request) |
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
default RestoreDbClusterFromS3Response |
RdsClient.restoreDBClusterFromS3(RestoreDbClusterFromS3Request restoreDbClusterFromS3Request) |
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
default RestoreDbInstanceFromDbSnapshotResponse |
RdsClient.restoreDBInstanceFromDBSnapshot(Consumer<RestoreDbInstanceFromDbSnapshotRequest.Builder> restoreDbInstanceFromDbSnapshotRequest) |
Creates a new DB instance from a DB snapshot.
|
default RestoreDbInstanceFromDbSnapshotResponse |
RdsClient.restoreDBInstanceFromDBSnapshot(RestoreDbInstanceFromDbSnapshotRequest restoreDbInstanceFromDbSnapshotRequest) |
Creates a new DB instance from a DB snapshot.
|
default RestoreDbInstanceFromS3Response |
RdsClient.restoreDBInstanceFromS3(Consumer<RestoreDbInstanceFromS3Request.Builder> restoreDbInstanceFromS3Request) |
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.
|
default RestoreDbInstanceFromS3Response |
RdsClient.restoreDBInstanceFromS3(RestoreDbInstanceFromS3Request restoreDbInstanceFromS3Request) |
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.
|
default RestoreDbInstanceToPointInTimeResponse |
RdsClient.restoreDBInstanceToPointInTime(Consumer<RestoreDbInstanceToPointInTimeRequest.Builder> restoreDbInstanceToPointInTimeRequest) |
Restores a DB instance to an arbitrary point in time.
|
default RestoreDbInstanceToPointInTimeResponse |
RdsClient.restoreDBInstanceToPointInTime(RestoreDbInstanceToPointInTimeRequest restoreDbInstanceToPointInTimeRequest) |
Restores a DB instance to an arbitrary point in time.
|
default StartDbInstanceAutomatedBackupsReplicationResponse |
RdsClient.startDBInstanceAutomatedBackupsReplication(Consumer<StartDbInstanceAutomatedBackupsReplicationRequest.Builder> startDbInstanceAutomatedBackupsReplicationRequest) |
Enables replication of automated backups to a different Amazon Web Services Region.
|
default StartDbInstanceAutomatedBackupsReplicationResponse |
RdsClient.startDBInstanceAutomatedBackupsReplication(StartDbInstanceAutomatedBackupsReplicationRequest startDbInstanceAutomatedBackupsReplicationRequest) |
Enables replication of automated backups to a different Amazon Web Services Region.
|