Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute
-
Packages that use AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute Modifier and Type Method Description List<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute>AwsRdsDbClusterSnapshotDetails. dbClusterSnapshotAttributes()Contains the name and values of a manual DB cluster snapshot attribute.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute Modifier and Type Method Description AwsRdsDbClusterSnapshotDetails.BuilderAwsRdsDbClusterSnapshotDetails.Builder. dbClusterSnapshotAttributes(AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute... dbClusterSnapshotAttributes)Contains the name and values of a manual DB cluster snapshot attribute.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute Modifier and Type Method Description AwsRdsDbClusterSnapshotDetails.BuilderAwsRdsDbClusterSnapshotDetails.Builder. dbClusterSnapshotAttributes(Collection<AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute> dbClusterSnapshotAttributes)Contains the name and values of a manual DB cluster snapshot attribute.
-