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