| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
RdsDbSnapshotAttributeValue |
RdsDbSnapshotAttributeValue.clone() |
RdsDbSnapshotAttributeValue |
RdsDbSnapshotAttributeValue.withAccountIds(Collection<String> accountIds)
The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot.
|
RdsDbSnapshotAttributeValue |
RdsDbSnapshotAttributeValue.withAccountIds(String... accountIds)
The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RdsDbSnapshotAttributeValue> |
RdsDbSnapshotConfiguration.getAttributes()
The names and values of manual DB snapshot attributes.
|
| Modifier and Type | Method and Description |
|---|---|
RdsDbSnapshotConfiguration |
RdsDbSnapshotConfiguration.addAttributesEntry(String key,
RdsDbSnapshotAttributeValue value)
Add a single Attributes entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
RdsDbSnapshotConfiguration.setAttributes(Map<String,RdsDbSnapshotAttributeValue> attributes)
The names and values of manual DB snapshot attributes.
|
RdsDbSnapshotConfiguration |
RdsDbSnapshotConfiguration.withAttributes(Map<String,RdsDbSnapshotAttributeValue> attributes)
The names and values of manual DB snapshot attributes.
|
Copyright © 2024. All rights reserved.