| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshotAttributesResult |
AmazonNeptuneClient.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request)
Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AbstractAmazonNeptune.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest request) |
DBClusterSnapshotAttributesResult |
AmazonNeptune.describeDBClusterSnapshotAttributes(DescribeDBClusterSnapshotAttributesRequest describeDBClusterSnapshotAttributesRequest)
Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AmazonNeptuneClient.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest request)
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
AbstractAmazonNeptune.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest request) |
DBClusterSnapshotAttributesResult |
AmazonNeptune.modifyDBClusterSnapshotAttribute(ModifyDBClusterSnapshotAttributeRequest modifyDBClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.clone() |
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotAttributes(DBClusterSnapshotAttribute... dBClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the manual DB cluster snapshot that the attributes apply to.
|
Copyright © 2023. All rights reserved.