| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBSnapshotAttribute |
DBSnapshotAttribute.clone() |
DBSnapshotAttribute |
DBSnapshotAttribute.withAttributeName(String attributeName)
The name of the manual DB snapshot attribute.
|
DBSnapshotAttribute |
DBSnapshotAttribute.withAttributeValues(Collection<String> attributeValues)
The value or values for the manual DB snapshot attribute.
|
DBSnapshotAttribute |
DBSnapshotAttribute.withAttributeValues(String... attributeValues)
The value or values for the manual DB snapshot attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBSnapshotAttribute> |
DBSnapshotAttributesResult.getDBSnapshotAttributes()
The list of attributes and values for the manual DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
DBSnapshotAttributesResult |
DBSnapshotAttributesResult.withDBSnapshotAttributes(DBSnapshotAttribute... dBSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBSnapshotAttributesResult.setDBSnapshotAttributes(Collection<DBSnapshotAttribute> dBSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult |
DBSnapshotAttributesResult.withDBSnapshotAttributes(Collection<DBSnapshotAttribute> dBSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
Copyright © 2018. All rights reserved.