| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model | |
| software.amazon.awssdk.services.neptune.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
RebootDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
CreateDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
ModifyDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
DeleteDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBInstance> |
DescribeDbInstancesResponse.dbInstances()
A list of DBInstance instances.
|
| Modifier and Type | Method and Description |
|---|---|
RebootDbInstanceResponse.Builder |
RebootDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
CreateDbInstanceResponse.Builder |
CreateDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
ModifyDbInstanceResponse.Builder |
ModifyDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
DeleteDbInstanceResponse.Builder |
DeleteDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
DescribeDbInstancesResponse.Builder |
DescribeDbInstancesResponse.Builder.dbInstances(DBInstance... dbInstances)
A list of DBInstance instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbInstancesResponse.Builder |
DescribeDbInstancesResponse.Builder.dbInstances(Collection<DBInstance> dbInstances)
A list of DBInstance instances.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DBInstance> |
DescribeDBInstancesPublisher.dbInstances()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DBInstance> |
DescribeDBInstancesIterable.dbInstances()
Returns an iterable to iterate through the paginated
DescribeDbInstancesResponse.dbInstances() member. |
Copyright © 2021. All rights reserved.