Uses of Class
software.amazon.awssdk.services.rds.model.RestoreDbInstanceFromDbSnapshotRequest
-
Packages that use RestoreDbInstanceFromDbSnapshotRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of RestoreDbInstanceFromDbSnapshotRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type RestoreDbInstanceFromDbSnapshotRequest Modifier and Type Method Description default CompletableFuture<RestoreDbInstanceFromDbSnapshotResponse>RdsAsyncClient. restoreDBInstanceFromDBSnapshot(RestoreDbInstanceFromDbSnapshotRequest restoreDbInstanceFromDbSnapshotRequest)Creates a new DB instance from a DB snapshot.default RestoreDbInstanceFromDbSnapshotResponseRdsClient. restoreDBInstanceFromDBSnapshot(RestoreDbInstanceFromDbSnapshotRequest restoreDbInstanceFromDbSnapshotRequest)Creates a new DB instance from a DB snapshot. -
Uses of RestoreDbInstanceFromDbSnapshotRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type RestoreDbInstanceFromDbSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestRestoreDbInstanceFromDbSnapshotRequestMarshaller. marshall(RestoreDbInstanceFromDbSnapshotRequest restoreDbInstanceFromDbSnapshotRequest)
-