Uses of Class
software.amazon.awssdk.services.rds.model.DBSnapshotAttribute
-
Packages that use DBSnapshotAttribute Package Description software.amazon.awssdk.services.rds.model -
-
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 DBSnapshotAttribute Modifier and Type Method Description 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 DBSnapshotAttribute Modifier and Type Method Description DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult.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 DBSnapshotAttribute Modifier and Type Method Description DBSnapshotAttributesResult.BuilderDBSnapshotAttributesResult.Builder. dbSnapshotAttributes(Collection<DBSnapshotAttribute> dbSnapshotAttributes)The list of attributes and values for the manual DB snapshot.
-