Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterSnapshotAttribute
Packages that use DBClusterSnapshotAttribute
-
Uses of DBClusterSnapshotAttribute in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterSnapshotAttributeModifier and TypeMethodDescriptionfinal List<DBClusterSnapshotAttribute>DBClusterSnapshotAttributesResult.dbClusterSnapshotAttributes()The list of attributes and values for the manual DB cluster snapshot.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterSnapshotAttributeModifier and TypeMethodDescriptionDBClusterSnapshotAttributesResult.Builder.dbClusterSnapshotAttributes(DBClusterSnapshotAttribute... dbClusterSnapshotAttributes) The list of attributes and values for the manual DB cluster snapshot.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterSnapshotAttributeModifier and TypeMethodDescriptionDBClusterSnapshotAttributesResult.Builder.dbClusterSnapshotAttributes(Collection<DBClusterSnapshotAttribute> dbClusterSnapshotAttributes) The list of attributes and values for the manual DB cluster snapshot.