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