Uses of Class
software.amazon.awssdk.services.securityhub.model.AssociatedStandard
-
Packages that use AssociatedStandard Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AssociatedStandard in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AssociatedStandard Modifier and Type Method Description List<AssociatedStandard>Compliance. associatedStandards()The enabled security standards in which a security control is currently enabled.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AssociatedStandard Modifier and Type Method Description Compliance.BuilderCompliance.Builder. associatedStandards(AssociatedStandard... associatedStandards)The enabled security standards in which a security control is currently enabled.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AssociatedStandard Modifier and Type Method Description Compliance.BuilderCompliance.Builder. associatedStandards(Collection<AssociatedStandard> associatedStandards)The enabled security standards in which a security control is currently enabled.
-