Uses of Class
software.amazon.awssdk.services.rds.model.DBSnapshotAttribute
Packages that use DBSnapshotAttribute
-
Uses of DBSnapshotAttribute in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotAttributeModifier and TypeMethodDescriptionfinal List<DBSnapshotAttribute>DBSnapshotAttributesResult.dbSnapshotAttributes()The list of attributes and values for the manual DB snapshot.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSnapshotAttributeModifier and TypeMethodDescriptionDBSnapshotAttributesResult.Builder.dbSnapshotAttributes(DBSnapshotAttribute... dbSnapshotAttributes) The list of attributes and values for the manual DB snapshot.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSnapshotAttributeModifier and TypeMethodDescriptionDBSnapshotAttributesResult.Builder.dbSnapshotAttributes(Collection<DBSnapshotAttribute> dbSnapshotAttributes) The list of attributes and values for the manual DB snapshot.