Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DBClusterSnapshotAttribute |
DBClusterSnapshotAttribute.clone() |
DBClusterSnapshotAttribute |
DBClusterSnapshotAttribute.withAttributeName(String attributeName)
The name of the manual DB cluster snapshot attribute.
|
DBClusterSnapshotAttribute |
DBClusterSnapshotAttribute.withAttributeValues(Collection<String> attributeValues)
The value(s) for the manual DB cluster snapshot attribute.
|
DBClusterSnapshotAttribute |
DBClusterSnapshotAttribute.withAttributeValues(String... attributeValues)
The value(s) for the manual DB cluster snapshot attribute.
|
Modifier and Type | Method and Description |
---|---|
List<DBClusterSnapshotAttribute> |
DBClusterSnapshotAttributesResult.getDBClusterSnapshotAttributes()
The list of attributes and values for the manual DB cluster snapshot.
|
Modifier and Type | Method and Description |
---|---|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotAttributes(DBClusterSnapshotAttribute... dBClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
DBClusterSnapshotAttributesResult.setDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
DBClusterSnapshotAttributesResult |
DBClusterSnapshotAttributesResult.withDBClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dBClusterSnapshotAttributes)
The list of attributes and values for the manual DB cluster snapshot.
|
Copyright © 2017. All rights reserved.