Uses of Class
software.amazon.awssdk.services.rds.model.DBInstance
Packages that use DBInstance
Package
Description
-
Uses of DBInstance in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBInstanceModifier and TypeMethodDescriptionfinal DBInstanceCreateDbInstanceReadReplicaResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceCreateDbInstanceResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceDeleteDbInstanceResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceModifyDbInstanceResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstancePromoteReadReplicaResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceRebootDbInstanceResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceRestoreDbInstanceFromDbSnapshotResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceRestoreDbInstanceFromS3Response.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceRestoreDbInstanceToPointInTimeResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceStartDbInstanceResponse.dbInstance()Returns the value of the DBInstance property for this object.final DBInstanceStopDbInstanceResponse.dbInstance()Returns the value of the DBInstance property for this object.final 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 DBInstanceModifier and TypeMethodDescriptionfinal List<DBInstance>DescribeDbInstancesResponse.dbInstances()A list ofDBInstanceinstances.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBInstanceModifier and TypeMethodDescriptionCreateDbInstanceReadReplicaResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.CreateDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.DeleteDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.ModifyDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.PromoteReadReplicaResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.RebootDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.RestoreDbInstanceFromDbSnapshotResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.RestoreDbInstanceFromS3Response.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.RestoreDbInstanceToPointInTimeResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.StartDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.StopDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.SwitchoverReadReplicaResponse.Builder.dbInstance(DBInstance dbInstance) Sets the value of the DBInstance property for this object.DescribeDbInstancesResponse.Builder.dbInstances(DBInstance... dbInstances) A list ofDBInstanceinstances.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBInstanceModifier and TypeMethodDescriptionDescribeDbInstancesResponse.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 DBInstanceModifier and TypeMethodDescriptionfinal SdkIterable<DBInstance>DescribeDBInstancesIterable.dbInstances()Returns an iterable to iterate through the paginatedDescribeDbInstancesResponse.dbInstances()member.final SdkPublisher<DBInstance>DescribeDBInstancesPublisher.dbInstances()Returns a publisher that can be used to get a stream of data.