Uses of Class
software.amazon.awssdk.services.docdb.model.DBClusterSnapshotAttribute
-
Packages that use DBClusterSnapshotAttribute Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of DBClusterSnapshotAttribute in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.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 cluster snapshot.Methods in software.amazon.awssdk.services.docdb.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 cluster snapshot.Method parameters in software.amazon.awssdk.services.docdb.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 cluster snapshot.
-