Uses of Class
software.amazon.awssdk.services.securityhub.model.SecurityControlParameter
-
Packages that use SecurityControlParameter Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of SecurityControlParameter in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SecurityControlParameter Modifier and Type Method Description List<SecurityControlParameter>Compliance. securityControlParameters()An object that includes security control parameter names and values.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SecurityControlParameter Modifier and Type Method Description Compliance.BuilderCompliance.Builder. securityControlParameters(SecurityControlParameter... securityControlParameters)An object that includes security control parameter names and values.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type SecurityControlParameter Modifier and Type Method Description Compliance.BuilderCompliance.Builder. securityControlParameters(Collection<SecurityControlParameter> securityControlParameters)An object that includes security control parameter names and values.
-