Uses of Class
com.amazonaws.services.rds.model.DBSnapshotAttribute
Packages that use DBSnapshotAttribute
-
Uses of DBSnapshotAttribute in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBSnapshotAttributeModifier and TypeMethodDescriptionDBSnapshotAttribute.clone()
DBSnapshotAttribute.withAttributeName
(String attributeName) The name of the manual DB snapshot attribute.DBSnapshotAttribute.withAttributeValues
(String... attributeValues) The value(s) for the manual DB snapshot attribute.DBSnapshotAttribute.withAttributeValues
(Collection<String> attributeValues) The value(s) for the manual DB snapshot attribute.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBSnapshotAttributeModifier and TypeMethodDescriptionDBSnapshotAttributesResult.getDBSnapshotAttributes()
The list of attributes and values for the manual DB snapshot.Methods in com.amazonaws.services.rds.model with parameters of type DBSnapshotAttributeModifier and TypeMethodDescriptionDBSnapshotAttributesResult.withDBSnapshotAttributes
(DBSnapshotAttribute... dBSnapshotAttributes) The list of attributes and values for the manual DB snapshot.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBSnapshotAttributeModifier and TypeMethodDescriptionvoid
DBSnapshotAttributesResult.setDBSnapshotAttributes
(Collection<DBSnapshotAttribute> dBSnapshotAttributes) The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResult.withDBSnapshotAttributes
(Collection<DBSnapshotAttribute> dBSnapshotAttributes) The list of attributes and values for the manual DB snapshot.