Uses of Class
com.amazonaws.services.rds.model.CreateDBClusterRequest
Packages that use CreateDBClusterRequest
-
Uses of CreateDBClusterRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type CreateDBClusterRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.createDBCluster(CreateDBClusterRequest request) AmazonRDS.createDBCluster(CreateDBClusterRequest createDBClusterRequest) Creates a new Amazon Aurora DB cluster.AmazonRDSClient.createDBCluster(CreateDBClusterRequest createDBClusterRequest) Creates a new Amazon Aurora DB cluster.AbstractAmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest request) AbstractAmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest request, AsyncHandler<CreateDBClusterRequest, DBCluster> asyncHandler) AmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest createDBClusterRequest) Creates a new Amazon Aurora DB cluster.AmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest createDBClusterRequest, AsyncHandler<CreateDBClusterRequest, DBCluster> asyncHandler) Creates a new Amazon Aurora DB cluster.AmazonRDSAsyncClient.createDBClusterAsync(CreateDBClusterRequest request) AmazonRDSAsyncClient.createDBClusterAsync(CreateDBClusterRequest request, AsyncHandler<CreateDBClusterRequest, DBCluster> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBClusterRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest request, AsyncHandler<CreateDBClusterRequest, DBCluster> asyncHandler) AmazonRDSAsync.createDBClusterAsync(CreateDBClusterRequest createDBClusterRequest, AsyncHandler<CreateDBClusterRequest, DBCluster> asyncHandler) Creates a new Amazon Aurora DB cluster.AmazonRDSAsyncClient.createDBClusterAsync(CreateDBClusterRequest request, AsyncHandler<CreateDBClusterRequest, DBCluster> asyncHandler) -
Uses of CreateDBClusterRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateDBClusterRequestModifier and TypeMethodDescriptionCreateDBClusterRequest.clone()CreateDBClusterRequest.withAvailabilityZones(String... availabilityZones) A list of EC2 Availability Zones that instances in the DB cluster can be created in.CreateDBClusterRequest.withAvailabilityZones(Collection<String> availabilityZones) A list of EC2 Availability Zones that instances in the DB cluster can be created in.CreateDBClusterRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod) The number of days for which automated backups are retained.CreateDBClusterRequest.withCharacterSetName(String characterSetName) A value that indicates that the DB cluster should be associated with the specified CharacterSet.CreateDBClusterRequest.withDatabaseName(String databaseName) The name for your database of up to 8 alpha-numeric characters.CreateDBClusterRequest.withDBClusterIdentifier(String dBClusterIdentifier) The DB cluster identifier.CreateDBClusterRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName) The name of the DB cluster parameter group to associate with this DB cluster.CreateDBClusterRequest.withDBSubnetGroupName(String dBSubnetGroupName) A DB subnet group to associate with this DB cluster.CreateDBClusterRequest.withEngine(String engine) The name of the database engine to be used for this DB cluster.CreateDBClusterRequest.withEngineVersion(String engineVersion) The version number of the database engine to use.CreateDBClusterRequest.withKmsKeyId(String kmsKeyId) The KMS key identifier for an encrypted DB cluster.CreateDBClusterRequest.withMasterUsername(String masterUsername) The name of the master user for the client DB cluster.CreateDBClusterRequest.withMasterUserPassword(String masterUserPassword) The password for the master database user.CreateDBClusterRequest.withOptionGroupName(String optionGroupName) A value that indicates that the DB cluster should be associated with the specified option group.The port number on which the instances in the DB cluster accept connections.CreateDBClusterRequest.withPreferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled using theBackupRetentionPeriodparameter.CreateDBClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).CreateDBClusterRequest.withStorageEncrypted(Boolean storageEncrypted) Specifies whether the DB cluster is encrypted.NOTE: This method appends the values to the existing list (if any).CreateDBClusterRequest.withTags(Collection<Tag> tags) CreateDBClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB cluster.CreateDBClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB cluster.