| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshot |
CreateDbClusterSnapshotResponse.dbClusterSnapshot()
Returns the value of the DBClusterSnapshot property for this object.
|
DBClusterSnapshot |
DeleteDbClusterSnapshotResponse.dbClusterSnapshot()
Returns the value of the DBClusterSnapshot property for this object.
|
DBClusterSnapshot |
CopyDbClusterSnapshotResponse.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 DB cluster snapshots for the user.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDbClusterSnapshotResponse.Builder |
CreateDbClusterSnapshotResponse.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.
|
CopyDbClusterSnapshotResponse.Builder |
CopyDbClusterSnapshotResponse.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 DB cluster snapshots for the user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClusterSnapshotsResponse.Builder |
DescribeDbClusterSnapshotsResponse.Builder.dbClusterSnapshots(Collection<DBClusterSnapshot> dbClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
Copyright © 2021. All rights reserved.