| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<DBInstance> |
AmazonRDSAsyncClient.restoreDBInstanceToPointInTimeAsync(RestoreDBInstanceToPointInTimeRequest request,
AsyncHandler<RestoreDBInstanceToPointInTimeRequest,DBInstance> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.clone() |
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gibibytes) to allocate initially for the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Specifies 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)
The location for storing automated backups and manual snapshots for the restored DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withCACertificateIdentifier(String cACertificateIdentifier)
The CA certificate identifier to use for the DB instance's server certificate.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Specifies 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.withDedicatedLogVolume(Boolean dedicatedLogVolume)
Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDeletionProtection(Boolean deletionProtection)
Specifies whether the DB instance has deletion protection enabled.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomain(String domain)
The Active Directory directory ID to restore the DB instance in.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomainAuthSecretArn(String domainAuthSecretArn)
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomainDnsIps(Collection<String> domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomainDnsIps(String... domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomainFqdn(String domainFqdn)
The fully qualified domain name (FQDN) of an Active Directory domain.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomainIAMRoleName(String domainIAMRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withDomainOu(String domainOu)
The Active Directory organizational unit for your DB instance to join.
|
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)
Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
Specifies 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.withEngineLifecycleSupport(String engineLifecycleSupport)
The life cycle type for this DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withIops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withLicenseModel(String licenseModel)
The 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)
Secifies 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 use 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)
Specifies 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:us-east-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.withStorageThroughput(Integer storageThroughput)
The storage throughput value for the DB instance.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withStorageType(String storageType)
The storage type to associate 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 create.
|
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)
Specifies whether the DB instance class of the DB instance uses its default processor features.
|
RestoreDBInstanceToPointInTimeRequest |
RestoreDBInstanceToPointInTimeRequest.withUseLatestRestorableTime(Boolean useLatestRestorableTime)
Specifies 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 © 2024. All rights reserved.