Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBCluster> |
AbstractAmazonRDSAsync.restoreDBClusterFromS3Async(RestoreDBClusterFromS3Request request,
AsyncHandler<RestoreDBClusterFromS3Request,DBCluster> asyncHandler) |
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 data stored in an Amazon S3 bucket.
|
Modifier and Type | Method and Description |
---|---|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.clone() |
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withAvailabilityZones(Collection<String> availabilityZones)
A list of EC2 Availability Zones that instances in the restored DB cluster can be created in.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withAvailabilityZones(String... availabilityZones)
A list of EC2 Availability Zones that instances in the restored DB cluster can be created in.
|
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.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.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
True to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts, and otherwise
false.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withEngine(String engine)
The name of the database engine to be used for the restored DB cluster.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withEngineVersion(String engineVersion)
The version number of the database engine to use.
|
RestoreDBClusterFromS3Request |
RestoreDBClusterFromS3Request.withKmsKeyId(String kmsKeyId)
The AWS 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 AWS 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.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)
Specifies 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 © 2017. All rights reserved.