Uses of Class
software.amazon.awssdk.services.rds.model.DBInstance
-
Packages that use DBInstance Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBInstance in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBInstance Modifier and Type Method Description DBInstanceCreateDbInstanceReadReplicaResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceCreateDbInstanceResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceDeleteDbInstanceResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceModifyDbInstanceResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstancePromoteReadReplicaResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceRebootDbInstanceResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceRestoreDbInstanceFromDbSnapshotResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceRestoreDbInstanceFromS3Response. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceRestoreDbInstanceToPointInTimeResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceStartDbInstanceResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceStopDbInstanceResponse. dbInstance()Returns the value of the DBInstance property for this object.DBInstanceSwitchoverReadReplicaResponse. dbInstance()Returns the value of the DBInstance property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBInstance Modifier and Type Method Description List<DBInstance>DescribeDbInstancesResponse. dbInstances()A list ofDBInstanceinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBInstance Modifier and Type Method Description CreateDbInstanceReadReplicaResponse.BuilderCreateDbInstanceReadReplicaResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.CreateDbInstanceResponse.BuilderCreateDbInstanceResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.DeleteDbInstanceResponse.BuilderDeleteDbInstanceResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.ModifyDbInstanceResponse.BuilderModifyDbInstanceResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.PromoteReadReplicaResponse.BuilderPromoteReadReplicaResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.RebootDbInstanceResponse.BuilderRebootDbInstanceResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.RestoreDbInstanceFromDbSnapshotResponse.BuilderRestoreDbInstanceFromDbSnapshotResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.RestoreDbInstanceFromS3Response.BuilderRestoreDbInstanceFromS3Response.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.RestoreDbInstanceToPointInTimeResponse.BuilderRestoreDbInstanceToPointInTimeResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.StartDbInstanceResponse.BuilderStartDbInstanceResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.StopDbInstanceResponse.BuilderStopDbInstanceResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.SwitchoverReadReplicaResponse.BuilderSwitchoverReadReplicaResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.DescribeDbInstancesResponse.BuilderDescribeDbInstancesResponse.Builder. dbInstances(DBInstance... dbInstances)A list ofDBInstanceinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBInstance Modifier and Type Method Description DescribeDbInstancesResponse.BuilderDescribeDbInstancesResponse.Builder. dbInstances(Collection<DBInstance> dbInstances)A list ofDBInstanceinstances. -
Uses of DBInstance in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBInstance Modifier and Type Method Description SdkIterable<DBInstance>DescribeDBInstancesIterable. dbInstances()Returns an iterable to iterate through the paginatedDescribeDbInstancesResponse.dbInstances()member.SdkPublisher<DBInstance>DescribeDBInstancesPublisher. dbInstances()Returns a publisher that can be used to get a stream of data.
-