| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbSnapshotAttributeResponse |
RdsClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.
|
default CompletableFuture<ModifyDbSnapshotAttributeResponse> |
RdsAsyncClient.modifyDBSnapshotAttribute(Consumer<ModifyDbSnapshotAttributeRequest.Builder> modifyDbSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.attributeName(String attributeName)
The name of the DB snapshot attribute to modify.
|
static ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.builder() |
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier for the DB snapshot to modify the attributes for.
|
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.toBuilder() |
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.valuesToAdd(Collection<String> valuesToAdd)
A list of DB snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.valuesToAdd(String... valuesToAdd)
A list of DB snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.valuesToRemove(Collection<String> valuesToRemove)
A list of DB snapshot attributes to remove from the attribute specified by
AttributeName. |
ModifyDbSnapshotAttributeRequest.Builder |
ModifyDbSnapshotAttributeRequest.Builder.valuesToRemove(String... valuesToRemove)
A list of DB snapshot attributes to remove from the attribute specified by
AttributeName. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyDbSnapshotAttributeRequest.Builder> |
ModifyDbSnapshotAttributeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.