| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
RebootDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
StopDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
SwitchoverReadReplicaResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
DeleteDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
PromoteReadReplicaResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
RestoreDbInstanceFromS3Response.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
RestoreDbInstanceFromDbSnapshotResponse.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 |
StartDbInstanceResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
CreateDbInstanceReadReplicaResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
RestoreDbInstanceToPointInTimeResponse.dbInstance()
Returns the value of the DBInstance property for this object.
|
DBInstance |
ModifyDbInstanceResponse.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.
|
StopDbInstanceResponse.Builder |
StopDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
SwitchoverReadReplicaResponse.Builder |
SwitchoverReadReplicaResponse.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.
|
PromoteReadReplicaResponse.Builder |
PromoteReadReplicaResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
RestoreDbInstanceFromS3Response.Builder |
RestoreDbInstanceFromS3Response.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
RestoreDbInstanceFromDbSnapshotResponse.Builder |
RestoreDbInstanceFromDbSnapshotResponse.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.
|
StartDbInstanceResponse.Builder |
StartDbInstanceResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
CreateDbInstanceReadReplicaResponse.Builder |
CreateDbInstanceReadReplicaResponse.Builder.dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
RestoreDbInstanceToPointInTimeResponse.Builder |
RestoreDbInstanceToPointInTimeResponse.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.
|
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 © 2023. All rights reserved.