Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBInstance> |
AmazonRDSAsyncClient.restoreDBInstanceToPointInTimeAsync(RestoreDBInstanceToPointInTimeRequest request,
AsyncHandler<RestoreDBInstanceToPointInTimeRequest,DBInstance> asyncHandler) |
Future<DBInstance> |
AmazonRDSAsync.restoreDBInstanceToPointInTimeAsync(RestoreDBInstanceToPointInTimeRequest restoreDBInstanceToPointInTimeRequest,
AsyncHandler<RestoreDBInstanceToPointInTimeRequest,DBInstance> asyncHandler)
Restores a DB instance to an arbitrary point in time.
|
Future<DBInstance> |
AbstractAmazonRDSAsync.restoreDBInstanceToPointInTimeAsync(RestoreDBInstanceToPointInTimeRequest request,
AsyncHandler<RestoreDBInstanceToPointInTimeRequest,DBInstance> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.clone() |
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates that minor version upgrades will be applied automatically to
the DB instance during the maintenance window.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withAvailabilityZone(String availabilityZone)
The EC2 Availability Zone that the database instance will be created in.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
True to copy all tags from the restored DB instance to snapshots of the
DB instance; otherwise false.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDBInstanceClass(String dBInstanceClass)
The compute and memory capacity of the Amazon RDS DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDBName(String dBName)
The database name for the restored DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The DB subnet group name to use for the new instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomain(String domain)
Specify the Active Directory Domain to restore the instance in.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomainIAMRoleName(String domainIAMRoleName)
Specify the name of the IAM role to be used when making API calls to the
Directory Service.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withEngine(String engine)
The database engine to use for the new instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withIops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to be
initially allocated for the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withLicenseModel(String licenseModel)
License model information for the restored DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withMultiAZ(Boolean multiAZ)
Specifies if the DB instance is a Multi-AZ deployment.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withOptionGroupName(String optionGroupName)
The name of the option group to be used for the restored DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withPort(Integer port)
The port number on which the database accepts connections.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withRestoreTime(Date restoreTime)
The date and time to restore from.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withSourceDBInstanceIdentifier(String sourceDBInstanceIdentifier)
The identifier of the source DB instance from which to restore.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withTags(Collection<Tag> tags) |
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if
any).
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withTargetDBInstanceIdentifier(String targetDBInstanceIdentifier)
The name of the new database instance to be created.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withTdeCredentialArn(String tdeCredentialArn)
The ARN from the Key Store with which to associate the instance for TDE
encryption.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withTdeCredentialPassword(String tdeCredentialPassword)
The password for the given ARN from the Key Store in order to access the
device.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withUseLatestRestorableTime(Boolean useLatestRestorableTime)
Specifies whether (
true ) or not (false ) the DB
instance is restored from the latest backup time. |
Copyright © 2018. All rights reserved.