| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBCluster |
AmazonRDSClient.restoreDBClusterFromS3(RestoreDBClusterFromS3Request request)
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
DBCluster |
AmazonRDS.restoreDBClusterFromS3(RestoreDBClusterFromS3Request restoreDBClusterFromS3Request)
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
DBCluster |
AbstractAmazonRDS.restoreDBClusterFromS3(RestoreDBClusterFromS3Request request) |
Future<DBCluster> |
AmazonRDSAsyncClient.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request request) |
Future<DBCluster> |
AmazonRDSAsync.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request restoreDBClusterFromS3Request)
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
Future<DBCluster> |
AbstractAmazonRDSAsync.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request request) |
Future<DBCluster> |
AmazonRDSAsyncClient.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request request,
AsyncHandler<RestoreDBClusterFromS3Request,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonRDSAsync.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request restoreDBClusterFromS3Request,
AsyncHandler<RestoreDBClusterFromS3Request,DBCluster> asyncHandler)
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
Future<DBCluster> |
AbstractAmazonRDSAsync.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request request,
AsyncHandler<RestoreDBClusterFromS3Request,DBCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AmazonRDSAsyncClient.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request request,
AsyncHandler<RestoreDBClusterFromS3Request,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonRDSAsync.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request restoreDBClusterFromS3Request,
AsyncHandler<RestoreDBClusterFromS3Request,DBCluster> asyncHandler)
Creates an Amazon Aurora DB cluster from MySQL data stored in an Amazon S3 bucket.
|
Future<DBCluster> |
AbstractAmazonRDSAsync.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request request,
AsyncHandler<RestoreDBClusterFromS3Request,DBCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.clone() |
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withAvailabilityZones(Collection<String> availabilityZones)
A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withAvailabilityZones(String... availabilityZones)
A list of Availability Zones (AZs) where instances in the restored DB cluster can be created.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withBacktrackWindow(Long backtrackWindow)
The target backtrack window, in seconds.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups of the restored DB cluster are retained.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withCharacterSetName(String characterSetName)
A value that indicates that the restored DB cluster should be associated with the specified CharacterSet.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
A value that indicates whether to copy all tags from the restored DB cluster to snapshots of the restored DB
cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withDatabaseName(String databaseName)
The database name for the restored DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withDBClusterIdentifier(String dBClusterIdentifier)
The name of the DB cluster to create from the source data in the Amazon S3 bucket.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to associate with the restored DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withDBSubnetGroupName(String dBSubnetGroupName)
A DB subnet group to associate with the restored DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withDeletionProtection(Boolean deletionProtection)
A value that indicates whether the DB cluster has deletion protection enabled.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withDomain(String domain)
Specify the Active Directory directory ID to restore the DB cluster in.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withDomainIAMRoleName(String domainIAMRoleName)
Specify the name of the IAM role to be used when making API calls to the Directory Service.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
The list of logs that the restored DB cluster is to export to CloudWatch Logs.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management (IAM)
accounts to database accounts.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withEngine(String engine)
The name of the database engine to be used for this DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key identifier for an encrypted DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withMasterUsername(String masterUsername)
The name of the master user for the restored DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withMasterUserPassword(String masterUserPassword)
The password for the master database user.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withOptionGroupName(String optionGroupName)
A value that indicates that the restored DB cluster should be associated with the specified option group.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withPort(Integer port)
The port number on which the instances in the restored DB cluster accept connections.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withPreferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created if automated backups are enabled using the
BackupRetentionPeriod parameter. |
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket that contains the data used to create the Amazon Aurora DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withS3IngestionRoleArn(String s3IngestionRoleArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that
authorizes Amazon RDS to access the Amazon S3 bucket on your behalf.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withS3Prefix(String s3Prefix)
The prefix for all of the file names that contain the data used to create the Amazon Aurora DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withServerlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) |
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withSourceEngine(String sourceEngine)
The identifier for the database engine that was backed up to create the files stored in the Amazon S3 bucket.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withSourceEngineVersion(String sourceEngineVersion)
The version of the database that the backup files were created from.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withStorageEncrypted(Boolean storageEncrypted)
A value that indicates whether the restored DB cluster is encrypted.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withTags(Collection<Tag> tags) |
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the restored DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the restored DB cluster.
|
Copyright © 2022. All rights reserved.