| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
ModifyDBClusterSnapshotAttributeRequest |
ModifyDBClusterSnapshotAttributeRequest.clone() |
ModifyDBClusterSnapshotAttributeRequest |
ModifyDBClusterSnapshotAttributeRequest.withAttributeName(String attributeName)
The name of the DB cluster snapshot attribute to modify.
|
ModifyDBClusterSnapshotAttributeRequest |
ModifyDBClusterSnapshotAttributeRequest.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier for the DB cluster snapshot to modify the attributes for.
|
ModifyDBClusterSnapshotAttributeRequest |
ModifyDBClusterSnapshotAttributeRequest.withValuesToAdd(Collection<String> valuesToAdd)
A list of DB cluster snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDBClusterSnapshotAttributeRequest |
ModifyDBClusterSnapshotAttributeRequest.withValuesToAdd(String... valuesToAdd)
A list of DB cluster snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDBClusterSnapshotAttributeRequest |
ModifyDBClusterSnapshotAttributeRequest.withValuesToRemove(Collection<String> valuesToRemove)
A list of DB cluster snapshot attributes to remove from the attribute specified by
AttributeName. |
ModifyDBClusterSnapshotAttributeRequest |
ModifyDBClusterSnapshotAttributeRequest.withValuesToRemove(String... valuesToRemove)
A list of DB cluster snapshot attributes to remove from the attribute specified by
AttributeName. |
Copyright © 2023. All rights reserved.