| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model | |
| software.amazon.awssdk.services.docdb.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshot |
CreateDbClusterSnapshotResponse.dbClusterSnapshot()
Returns the value of the DBClusterSnapshot property for this object.
|
DBClusterSnapshot |
CopyDbClusterSnapshotResponse.dbClusterSnapshot()
Returns the value of the DBClusterSnapshot property for this object.
|
DBClusterSnapshot |
DeleteDbClusterSnapshotResponse.dbClusterSnapshot()
Returns the value of the DBClusterSnapshot property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterSnapshot> |
DescribeDbClusterSnapshotsResponse.dbClusterSnapshots()
Provides a list of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDbClusterSnapshotResponse.Builder |
CreateDbClusterSnapshotResponse.Builder.dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot)
Sets the value of the DBClusterSnapshot property for this object.
|
CopyDbClusterSnapshotResponse.Builder |
CopyDbClusterSnapshotResponse.Builder.dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot)
Sets the value of the DBClusterSnapshot property for this object.
|
DeleteDbClusterSnapshotResponse.Builder |
DeleteDbClusterSnapshotResponse.Builder.dbClusterSnapshot(DBClusterSnapshot dbClusterSnapshot)
Sets the value of the DBClusterSnapshot property for this object.
|
DescribeDbClusterSnapshotsResponse.Builder |
DescribeDbClusterSnapshotsResponse.Builder.dbClusterSnapshots(DBClusterSnapshot... dbClusterSnapshots)
Provides a list of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClusterSnapshotsResponse.Builder |
DescribeDbClusterSnapshotsResponse.Builder.dbClusterSnapshots(Collection<DBClusterSnapshot> dbClusterSnapshots)
Provides a list of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DBClusterSnapshot> |
DescribeDBClusterSnapshotsPublisher.dbClusterSnapshots()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DBClusterSnapshot> |
DescribeDBClusterSnapshotsIterable.dbClusterSnapshots()
Returns an iterable to iterate through the paginated
DescribeDbClusterSnapshotsResponse.dbClusterSnapshots() member. |
Copyright © 2023. All rights reserved.