Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DBSnapshotAttribute> |
DBSnapshotAttributesResult.dBSnapshotAttributes
The list of attributes and values for the manual DB snapshot.
|
Modifier and Type | Method and Description |
---|---|
DBSnapshotAttribute |
DBSnapshotAttribute.clone() |
DBSnapshotAttribute |
DBSnapshotAttribute.withAttributeName(java.lang.String attributeName)
The name of the manual DB snapshot attribute.
|
DBSnapshotAttribute |
DBSnapshotAttribute.withAttributeValues(java.util.Collection<java.lang.String> attributeValues)
The value(s) for the manual DB snapshot attribute.
|
DBSnapshotAttribute |
DBSnapshotAttribute.withAttributeValues(java.lang.String... attributeValues)
The value(s) for the manual DB snapshot attribute.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DBSnapshotAttribute> dBSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
DBSnapshotAttributesResult |
DBSnapshotAttributesResult.withDBSnapshotAttributes(java.util.Collection<DBSnapshotAttribute> dBSnapshotAttributes)
The list of attributes and values for the manual DB snapshot.
|
Modifier and Type | Method and Description |
---|---|
DBSnapshotAttribute |
DBSnapshotAttributeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |