| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
AbstractAmazonRDS.restoreDBInstanceFromS3(RestoreDBInstanceFromS3Request request) |
DBInstance |
AmazonRDSClient.restoreDBInstanceFromS3(RestoreDBInstanceFromS3Request request)
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.
|
DBInstance |
AmazonRDS.restoreDBInstanceFromS3(RestoreDBInstanceFromS3Request restoreDBInstanceFromS3Request)
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.
|
Future<DBInstance> |
AbstractAmazonRDSAsync.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request request) |
Future<DBInstance> |
AmazonRDSAsync.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request restoreDBInstanceFromS3Request)
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.
|
Future<DBInstance> |
AmazonRDSAsyncClient.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request request) |
Future<DBInstance> |
AbstractAmazonRDSAsync.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request request,
AsyncHandler<RestoreDBInstanceFromS3Request,DBInstance> asyncHandler) |
Future<DBInstance> |
AmazonRDSAsync.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request restoreDBInstanceFromS3Request,
AsyncHandler<RestoreDBInstanceFromS3Request,DBInstance> asyncHandler)
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.
|
Future<DBInstance> |
AmazonRDSAsyncClient.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request request,
AsyncHandler<RestoreDBInstanceFromS3Request,DBInstance> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DBInstance> |
AbstractAmazonRDSAsync.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request request,
AsyncHandler<RestoreDBInstanceFromS3Request,DBInstance> asyncHandler) |
Future<DBInstance> |
AmazonRDSAsync.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request restoreDBInstanceFromS3Request,
AsyncHandler<RestoreDBInstanceFromS3Request,DBInstance> asyncHandler)
Amazon Relational Database Service (Amazon RDS) supports importing MySQL databases by using backup files.
|
Future<DBInstance> |
AmazonRDSAsyncClient.restoreDBInstanceFromS3Async(RestoreDBInstanceFromS3Request request,
AsyncHandler<RestoreDBInstanceFromS3Request,DBInstance> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.clone() |
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gibibytes) to allocate initially for the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Specifies whether to automatically apply minor engine upgrades to the DB instance during the maintenance window.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withAvailabilityZone(String availabilityZone)
The Availability Zone that the DB instance is created in.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Specifies whether to copy all tags from the DB instance to snapshots of the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDBInstanceClass(String dBInstanceClass)
The compute and memory capacity of the DB instance, for example db.m4.large.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDBName(String dBName)
The name of the database to create when the DB instance is created.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDBSecurityGroups(Collection<String> dBSecurityGroups)
A list of DB security groups to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDBSecurityGroups(String... dBSecurityGroups)
A list of DB security groups to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDBSubnetGroupName(String dBSubnetGroupName)
A DB subnet group to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDedicatedLogVolume(Boolean dedicatedLogVolume)
Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withDeletionProtection(Boolean deletionProtection)
Specifies whether to enable deletion protection for the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB instance is to export to CloudWatch Logs.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withEnablePerformanceInsights(Boolean enablePerformanceInsights)
Specifies whether to enable Performance Insights for the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withEngine(String engine)
The name of the database engine to be used for this instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withIops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to allocate initially for the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withLicenseModel(String licenseModel)
The license model for this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withManageMasterUserPassword(Boolean manageMasterUserPassword)
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withMasterUsername(String masterUsername)
The name for the master user.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withMasterUserPassword(String masterUserPassword)
The password for the master user.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withMasterUserSecretKmsKeyId(String masterUserSecretKmsKeyId)
The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in
Amazon Web Services Secrets Manager.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withMonitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withMultiAZ(Boolean multiAZ)
Specifies whether the DB instance is a Multi-AZ deployment.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withNetworkType(String networkType)
The network type of the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withOptionGroupName(String optionGroupName)
The name of the option group to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withPerformanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withPort(Integer port)
The port number on which the database accepts connections.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withPreferredBackupWindow(String preferredBackupWindow)
The time range each day during which automated backups are created if automated backups are enabled.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.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.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withProcessorFeatures(ProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies whether the DB instance is publicly accessible.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withS3BucketName(String s3BucketName)
The name of your Amazon S3 bucket that contains your database backup file.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withS3IngestionRoleArn(String s3IngestionRoleArn)
An Amazon Web Services Identity and Access Management (IAM) role to allow Amazon RDS to access your Amazon S3
bucket.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withS3Prefix(String s3Prefix)
The prefix of your Amazon S3 bucket.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withSourceEngine(String sourceEngine)
The name of the engine of your source database.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withSourceEngineVersion(String sourceEngineVersion)
The version of the database that the backup files were created from.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the new DB instance is encrypted or not.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withStorageThroughput(Integer storageThroughput)
Specifies the storage throughput value for the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withTags(Collection<Tag> tags)
A list of tags to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withTags(Tag... tags)
A list of tags to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withUseDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures)
Specifies whether the DB instance class of the DB instance uses its default processor features.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security groups to associate with this DB instance.
|
RestoreDBInstanceFromS3Request |
RestoreDBInstanceFromS3Request.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security groups to associate with this DB instance.
|
Copyright © 2023. All rights reserved.