Java com.amazonaws.services.rds.model DBInstance fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.rds.model DBInstance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.rds.model DBInstance.

The text is from its open source code.

Constructor

Method

IntegergetAllocatedStorage()

Specifies the allocated storage size specified in gibibytes.

BooleangetAutoMinorVersionUpgrade()

Indicates that minor version patches are applied automatically.

StringgetAvailabilityZone()

Specifies the name of the Availability Zone the DB instance is located in.

IntegergetBackupRetentionPeriod()

Specifies the number of days for which automatic DB snapshots are retained.

StringgetCharacterSetName()

If present, specifies the name of the character set that this instance is associated with.

StringgetDBClusterIdentifier()

If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.

StringgetDBInstanceClass()

Contains the name of the compute and memory capacity class of the DB instance.

StringgetDBInstanceIdentifier()

Contains a user-supplied database identifier.

StringgetDBInstanceStatus()

Specifies the current state of this database.

StringgetDBName()

The meaning of this parameter differs according to the database engine you use.

java.util.ListgetDBParameterGroups()

Provides the list of DB parameter groups applied to this DB instance.

java.util.ListgetDBSecurityGroups()

A list of DB security group elements containing DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

DBSubnetGroupgetDBSubnetGroup()

Specifies information on the subnet group associated with the DB instance, including the name, description, and subnets in the subnet group.

EndpointgetEndpoint()

Specifies the connection endpoint.

StringgetEngine()

Provides the name of the database engine to be used for this DB instance.

StringgetEngineVersion()

Indicates the database engine version.

java.util.DategetInstanceCreateTime()

Provides the date and time the DB instance was created.

IntegergetIops()

Specifies the Provisioned IOPS (I/O operations per second) value.

java.util.DategetLatestRestorableTime()

Specifies the latest time to which a database can be restored with point-in-time restore.

StringgetLicenseModel()

License model information for this DB instance.

StringgetMasterUsername()

Contains the master username for the DB instance.

BooleangetMultiAZ()

Specifies if the DB instance is a Multi-AZ deployment.

java.util.ListgetOptionGroupMemberships()

Provides the list of option group memberships for this DB instance.

PendingModifiedValuesgetPendingModifiedValues()

Specifies that changes to the DB instance are pending.

StringgetPreferredBackupWindow()

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

StringgetPreferredMaintenanceWindow()

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

BooleangetPubliclyAccessible()

Specifies the accessibility options for the DB instance.

java.util.ListgetReadReplicaDBInstanceIdentifiers()

Contains one or more identifiers of the Read Replicas associated with this DB instance.

StringgetReadReplicaSourceDBInstanceIdentifier()

Contains the identifier of the source DB instance if this DB instance is a Read Replica.

StringgetSecondaryAvailabilityZone()

If present, specifies the name of the secondary Availability Zone for a DB instance with multi-AZ support.

java.util.ListgetStatusInfos()

The status of a Read Replica.

StringgetStorageType()

Specifies the storage type associated with DB instance.

java.util.ListgetVpcSecurityGroups()

Provides a list of VPC security group elements that the DB instance belongs to.

voidsetAllocatedStorage(Integer allocatedStorage)

Specifies the allocated storage size specified in gibibytes.

voidsetAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)

Indicates that minor version patches are applied automatically.

voidsetAvailabilityZone(String availabilityZone)

Specifies the name of the Availability Zone the DB instance is located in.

voidsetBackupRetentionPeriod(Integer backupRetentionPeriod)

Specifies the number of days for which automatic DB snapshots are retained.

voidsetDBInstanceClass(String dBInstanceClass)

Contains the name of the compute and memory capacity class of the DB instance.

voidsetDBInstanceIdentifier(String dBInstanceIdentifier)

Contains a user-supplied database identifier.

voidsetDBInstanceStatus(String dBInstanceStatus)

Specifies the current state of this database.

voidsetDBName(String dBName)

The meaning of this parameter differs according to the database engine you use.

voidsetDBParameterGroups(java.util.Collection dBParameterGroups)

Provides the list of DB parameter groups applied to this DB instance.

voidsetDBSecurityGroups(java.util.Collection dBSecurityGroups)

A list of DB security group elements containing DBSecurityGroup.Name and DBSecurityGroup.Status subelements.

voidsetEndpoint(Endpoint endpoint)

Specifies the connection endpoint.

voidsetEngine(String engine)

Provides the name of the database engine to be used for this DB instance.

voidsetEngineVersion(String engineVersion)

Indicates the database engine version.

voidsetInstanceCreateTime(java.util.Date instanceCreateTime)

Provides the date and time the DB instance was created.

voidsetLatestRestorableTime(java.util.Date latestRestorableTime)

Specifies the latest time to which a database can be restored with point-in-time restore.

voidsetLicenseModel(String licenseModel)

License model information for this DB instance.

voidsetMasterUsername(String masterUsername)

Contains the master username for the DB instance.

voidsetMultiAZ(Boolean multiAZ)

Specifies if the DB instance is a Multi-AZ deployment.

voidsetPreferredBackupWindow(String preferredBackupWindow)

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.

voidsetPreferredMaintenanceWindow(String preferredMaintenanceWindow)

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

voidsetReadReplicaDBInstanceIdentifiers(java.util.Collection readReplicaDBInstanceIdentifiers)

Contains one or more identifiers of the Read Replicas associated with this DB instance.

voidsetReadReplicaSourceDBInstanceIdentifier(String readReplicaSourceDBInstanceIdentifier)

Contains the identifier of the source DB instance if this DB instance is a Read Replica.

StringtoString()
Returns a string representation of this object.