| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBSnapshot |
CreateDbSnapshotResponse.dbSnapshot()
Returns the value of the DBSnapshot property for this object.
|
DBSnapshot |
DeleteDbSnapshotResponse.dbSnapshot()
Returns the value of the DBSnapshot property for this object.
|
DBSnapshot |
ModifyDbSnapshotResponse.dbSnapshot()
Returns the value of the DBSnapshot property for this object.
|
DBSnapshot |
CopyDbSnapshotResponse.dbSnapshot()
Returns the value of the DBSnapshot property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBSnapshot> |
DescribeDbSnapshotsResponse.dbSnapshots()
A list of
DBSnapshot instances. |
| Modifier and Type | Method and Description |
|---|---|
CreateDbSnapshotResponse.Builder |
CreateDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot)
Sets the value of the DBSnapshot property for this object.
|
DeleteDbSnapshotResponse.Builder |
DeleteDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot)
Sets the value of the DBSnapshot property for this object.
|
ModifyDbSnapshotResponse.Builder |
ModifyDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot)
Sets the value of the DBSnapshot property for this object.
|
CopyDbSnapshotResponse.Builder |
CopyDbSnapshotResponse.Builder.dbSnapshot(DBSnapshot dbSnapshot)
Sets the value of the DBSnapshot property for this object.
|
DescribeDbSnapshotsResponse.Builder |
DescribeDbSnapshotsResponse.Builder.dbSnapshots(DBSnapshot... dbSnapshots)
A list of
DBSnapshot instances. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDbSnapshotsResponse.Builder |
DescribeDbSnapshotsResponse.Builder.dbSnapshots(Collection<DBSnapshot> dbSnapshots)
A list of
DBSnapshot instances. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DBSnapshot> |
DescribeDBSnapshotsIterable.dbSnapshots()
Returns an iterable to iterate through the paginated
DescribeDbSnapshotsResponse.dbSnapshots() member. |
SdkPublisher<DBSnapshot> |
DescribeDBSnapshotsPublisher.dbSnapshots()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.