Uses of Class
software.amazon.awssdk.services.neptune.model.DBInstance
-
Packages that use DBInstance Package Description software.amazon.awssdk.services.neptune.model software.amazon.awssdk.services.neptune.paginators -
-
Uses of DBInstance in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return DBInstance Modifier and Type Method Description 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.DBInstanceRebootDbInstanceResponse. dbInstance()Returns the value of the DBInstance property for this object.Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type DBInstance Modifier and Type Method Description List<DBInstance>DescribeDbInstancesResponse. dbInstances()A list of DBInstance instances.Methods in software.amazon.awssdk.services.neptune.model with parameters of type DBInstance Modifier and Type Method Description 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.RebootDbInstanceResponse.BuilderRebootDbInstanceResponse.Builder. dbInstance(DBInstance dbInstance)Sets the value of the DBInstance property for this object.DescribeDbInstancesResponse.BuilderDescribeDbInstancesResponse.Builder. dbInstances(DBInstance... dbInstances)A list of DBInstance instances.Method parameters in software.amazon.awssdk.services.neptune.model with type arguments of type DBInstance Modifier and Type Method Description DescribeDbInstancesResponse.BuilderDescribeDbInstancesResponse.Builder. dbInstances(Collection<DBInstance> dbInstances)A list of DBInstance instances. -
Uses of DBInstance in software.amazon.awssdk.services.neptune.paginators
Methods in software.amazon.awssdk.services.neptune.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.
-