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

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

Introduction

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

The text is from its open source code.

Constructor

Method

IntegergetAllocatedStorage()

Specifies the allocated storage size in gibibytes (GiB).

StringgetAvailabilityZone()

Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

StringgetDBInstanceIdentifier()

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

StringgetDBSnapshotIdentifier()

Specifies the identifier for the DB snapshot.

StringgetEngine()

Specifies the name of the database engine.

StringgetEngineVersion()

Specifies the version of the database engine.

java.util.DategetInstanceCreateTime()

Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

StringgetLicenseModel()

License model information for the restored DB instance.

StringgetMasterUsername()

Provides the master username for the DB snapshot.

IntegergetPort()

Specifies the port that the database engine was listening on at the time of the snapshot.

java.util.DategetSnapshotCreateTime()

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

StringgetStatus()

Specifies the status of this DB snapshot.

voidsetAllocatedStorage(Integer allocatedStorage)

Specifies the allocated storage size in gibibytes (GiB).

voidsetAvailabilityZone(String availabilityZone)

Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

voidsetDBInstanceIdentifier(String dBInstanceIdentifier)

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

voidsetDBSnapshotIdentifier(String dBSnapshotIdentifier)

Specifies the identifier for the DB snapshot.

voidsetEngine(String engine)

Specifies the name of the database engine.

voidsetEngineVersion(String engineVersion)

Specifies the version of the database engine.

voidsetInstanceCreateTime(java.util.Date instanceCreateTime)

Specifies the time when the snapshot was taken, in Universal Coordinated Time (UTC).

voidsetLicenseModel(String licenseModel)

License model information for the restored DB instance.

voidsetMasterUsername(String masterUsername)

Provides the master username for the DB snapshot.

voidsetPort(Integer port)

Specifies the port that the database engine was listening on at the time of the snapshot.

voidsetSnapshotCreateTime(java.util.Date snapshotCreateTime)

Provides the time when the snapshot was taken, in Universal Coordinated Time (UTC).

voidsetStatus(String status)

Specifies the status of this DB snapshot.