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 DBSnapshotAttributeDBSnapshotAttribute. clone()DBSnapshotAttributeDBSnapshotAttribute. withAttributeName(String attributeName)The name of the manual DB snapshot attribute.DBSnapshotAttributeDBSnapshotAttribute. withAttributeValues(String... attributeValues)The value(s) for the manual DB snapshot attribute.DBSnapshotAttributeDBSnapshotAttribute. 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 DBSnapshotAttributesResultDBSnapshotAttributesResult. 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 voidDBSnapshotAttributesResult. setDBSnapshotAttributes(Collection<DBSnapshotAttribute> dBSnapshotAttributes)The list of attributes and values for the manual DB snapshot.DBSnapshotAttributesResultDBSnapshotAttributesResult. withDBSnapshotAttributes(Collection<DBSnapshotAttribute> dBSnapshotAttributes)The list of attributes and values for the manual DB snapshot.
-