Uses of Class
com.amazonaws.services.rds.model.DBSnapshotAttribute
-
Packages that use DBSnapshotAttribute Package Description com.amazonaws.services.rds.model -
-
Uses of DBSnapshotAttribute in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBSnapshotAttribute Modifier and Type Method Description DBSnapshotAttribute
DBSnapshotAttribute. clone()
DBSnapshotAttribute
DBSnapshotAttribute. withAttributeName(String attributeName)
The name of the manual DB snapshot attribute.DBSnapshotAttribute
DBSnapshotAttribute. withAttributeValues(String... attributeValues)
The value(s) for the manual DB snapshot attribute.DBSnapshotAttribute
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 DBSnapshotAttribute Modifier and Type Method Description List<DBSnapshotAttribute>
DBSnapshotAttributesResult. getDBSnapshotAttributes()
The list of attributes and values for the manual DB snapshot.Methods in com.amazonaws.services.rds.model with parameters of type DBSnapshotAttribute Modifier and Type Method Description DBSnapshotAttributesResult
DBSnapshotAttributesResult. 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 DBSnapshotAttribute Modifier and Type Method 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.
-