Uses of Class
com.amazonaws.services.rds.model.CreateDBInstanceRequest
Packages that use CreateDBInstanceRequest
-
Uses of CreateDBInstanceRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type CreateDBInstanceRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.createDBInstance
(CreateDBInstanceRequest request) AmazonRDS.createDBInstance
(CreateDBInstanceRequest createDBInstanceRequest) Creates a new DB instance.AmazonRDSClient.createDBInstance
(CreateDBInstanceRequest createDBInstanceRequest) Creates a new DB instance.AbstractAmazonRDSAsync.createDBInstanceAsync
(CreateDBInstanceRequest request) AbstractAmazonRDSAsync.createDBInstanceAsync
(CreateDBInstanceRequest request, AsyncHandler<CreateDBInstanceRequest, DBInstance> asyncHandler) AmazonRDSAsync.createDBInstanceAsync
(CreateDBInstanceRequest createDBInstanceRequest) Creates a new DB instance.AmazonRDSAsync.createDBInstanceAsync
(CreateDBInstanceRequest createDBInstanceRequest, AsyncHandler<CreateDBInstanceRequest, DBInstance> asyncHandler) Creates a new DB instance.AmazonRDSAsyncClient.createDBInstanceAsync
(CreateDBInstanceRequest request) AmazonRDSAsyncClient.createDBInstanceAsync
(CreateDBInstanceRequest request, AsyncHandler<CreateDBInstanceRequest, DBInstance> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBInstanceRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createDBInstanceAsync
(CreateDBInstanceRequest request, AsyncHandler<CreateDBInstanceRequest, DBInstance> asyncHandler) AmazonRDSAsync.createDBInstanceAsync
(CreateDBInstanceRequest createDBInstanceRequest, AsyncHandler<CreateDBInstanceRequest, DBInstance> asyncHandler) Creates a new DB instance.AmazonRDSAsyncClient.createDBInstanceAsync
(CreateDBInstanceRequest request, AsyncHandler<CreateDBInstanceRequest, DBInstance> asyncHandler) -
Uses of CreateDBInstanceRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateDBInstanceRequestModifier and TypeMethodDescriptionCreateDBInstanceRequest.clone()
CreateDBInstanceRequest.withAllocatedStorage
(Integer allocatedStorage) The amount of storage (in gigabytes) to be initially allocated for the database instance.CreateDBInstanceRequest.withAutoMinorVersionUpgrade
(Boolean autoMinorVersionUpgrade) Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window.CreateDBInstanceRequest.withAvailabilityZone
(String availabilityZone) The EC2 Availability Zone that the database instance will be created in.CreateDBInstanceRequest.withBackupRetentionPeriod
(Integer backupRetentionPeriod) The number of days for which automated backups are retained.CreateDBInstanceRequest.withCharacterSetName
(String characterSetName) For supported engines, indicates that the DB instance should be associated with the specified CharacterSet.CreateDBInstanceRequest.withCopyTagsToSnapshot
(Boolean copyTagsToSnapshot) True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false.CreateDBInstanceRequest.withDBClusterIdentifier
(String dBClusterIdentifier) The identifier of the DB cluster that the instance will belong to.CreateDBInstanceRequest.withDBInstanceClass
(String dBInstanceClass) The compute and memory capacity of the DB instance.CreateDBInstanceRequest.withDBInstanceIdentifier
(String dBInstanceIdentifier) The DB instance identifier.CreateDBInstanceRequest.withDBName
(String dBName) The meaning of this parameter differs according to the database engine you use.CreateDBInstanceRequest.withDBParameterGroupName
(String dBParameterGroupName) The name of the DB parameter group to associate with this DB instance.CreateDBInstanceRequest.withDBSecurityGroups
(String... dBSecurityGroups) A list of DB security groups to associate with this DB instance.CreateDBInstanceRequest.withDBSecurityGroups
(Collection<String> dBSecurityGroups) A list of DB security groups to associate with this DB instance.CreateDBInstanceRequest.withDBSubnetGroupName
(String dBSubnetGroupName) A DB subnet group to associate with this DB instance.CreateDBInstanceRequest.withDomain
(String domain) Specify the Active Directory Domain to create the instance in.CreateDBInstanceRequest.withDomainIAMRoleName
(String domainIAMRoleName) Specify the name of the IAM role to be used when making API calls to the Directory Service.CreateDBInstanceRequest.withEngine
(String engine) The name of the database engine to be used for this instance.CreateDBInstanceRequest.withEngineVersion
(String engineVersion) The version number of the database engine to use.The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.CreateDBInstanceRequest.withKmsKeyId
(String kmsKeyId) The KMS key identifier for an encrypted DB instance.CreateDBInstanceRequest.withLicenseModel
(String licenseModel) License model information for this DB instance.CreateDBInstanceRequest.withMasterUsername
(String masterUsername) The name of master user for the client DB instance.CreateDBInstanceRequest.withMasterUserPassword
(String masterUserPassword) The password for the master database user.CreateDBInstanceRequest.withMonitoringInterval
(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.CreateDBInstanceRequest.withMonitoringRoleArn
(String monitoringRoleArn) The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs.CreateDBInstanceRequest.withMultiAZ
(Boolean multiAZ) Specifies if the DB instance is a Multi-AZ deployment.CreateDBInstanceRequest.withOptionGroupName
(String optionGroupName) Indicates that the DB instance should be associated with the specified option group.The port number on which the database accepts connections.CreateDBInstanceRequest.withPreferredBackupWindow
(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, using theBackupRetentionPeriod
parameter.CreateDBInstanceRequest.withPreferredMaintenanceWindow
(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).CreateDBInstanceRequest.withPromotionTier
(Integer promotionTier) A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.CreateDBInstanceRequest.withPubliclyAccessible
(Boolean publiclyAccessible) Specifies the accessibility options for the DB instance.CreateDBInstanceRequest.withStorageEncrypted
(Boolean storageEncrypted) Specifies whether the DB instance is encrypted.CreateDBInstanceRequest.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).CreateDBInstanceRequest.withTags
(Collection<Tag> tags) CreateDBInstanceRequest.withTdeCredentialArn
(String tdeCredentialArn) The ARN from the Key Store with which to associate the instance for TDE encryption.CreateDBInstanceRequest.withTdeCredentialPassword
(String tdeCredentialPassword) The password for the given ARN from the Key Store in order to access the device.CreateDBInstanceRequest.withVpcSecurityGroupIds
(String... vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB instance.CreateDBInstanceRequest.withVpcSecurityGroupIds
(Collection<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to associate with this DB instance.