| 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> |
AbstractAmazonRDSAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.clone() |
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
A value that indicates whether minor version upgrades are applied automatically to the DB instance during the
maintenance window.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone (AZ) where the DB instance will be created.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withBackupTarget(String backupTarget)
Specifies where automated backups and manual snapshots are stored for the restored DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withCustomIamInstanceProfile(String customIamInstanceProfile)
The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDBInstanceClass(String dBInstanceClass)
The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDBName(String dBName)
The database name for the restored DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group to associate with this DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The DB subnet group name to use for the new instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDeletionProtection(Boolean deletionProtection)
A value that indicates whether the DB instance has deletion protection enabled.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomain(String domain)
Specify the Active Directory directory ID to restore the DB 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.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withEnableCustomerOwnedIp(Boolean enableCustomerOwnedIp)
A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM)
accounts to database accounts.
|
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.withMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withMultiAZ(Boolean multiAZ)
A value that indicates whether the DB instance is a Multi-AZ deployment.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withNetworkType(String networkType)
The network type of the DB instance.
|
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.withProcessorFeatures(Collection<ProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withProcessorFeatures(ProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withPubliclyAccessible(Boolean publiclyAccessible)
A value that indicates whether the DB instance is publicly accessible.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withRestoreTime(Date restoreTime)
The date and time to restore from.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withSourceDBInstanceAutomatedBackupsArn(String sourceDBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example,
arn:aws:rds:useast-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE. |
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withSourceDBInstanceIdentifier(String sourceDBInstanceIdentifier)
The identifier of the source DB instance from which to restore.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withSourceDbiResourceId(String sourceDbiResourceId)
The resource ID 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 DB 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.withUseDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures)
A value that indicates whether the DB instance class of the DB instance uses its default processor features.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withUseLatestRestorableTime(Boolean useLatestRestorableTime)
A value that indicates whether the DB instance is restored from the latest backup time.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB instance.
|
Copyright © 2022. All rights reserved.