| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| software.amazon.awssdk.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyDbClusterSnapshotAttributeResponse> |
NeptuneAsyncClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.
|
default ModifyDbClusterSnapshotAttributeResponse |
NeptuneClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> 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 |
|---|---|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.attributeName(String attributeName)
The name of the DB cluster snapshot attribute to modify.
|
static ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.builder() |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier for the DB cluster snapshot to modify the attributes for.
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.toBuilder() |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(Collection<String> valuesToAdd)
A list of DB cluster snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(String... valuesToAdd)
A list of DB cluster snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(Collection<String> valuesToRemove)
A list of DB cluster snapshot attributes to remove from the attribute specified by
AttributeName
. |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(String... valuesToRemove)
A list of DB cluster snapshot attributes to remove from the attribute specified by
AttributeName
. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyDbClusterSnapshotAttributeRequest.Builder> |
ModifyDbClusterSnapshotAttributeRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.