Uses of Class
software.amazon.awssdk.services.securityhub.model.SecurityControlCustomParameter
-
Packages that use SecurityControlCustomParameter Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of SecurityControlCustomParameter in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SecurityControlCustomParameter Modifier and Type Method Description List<SecurityControlCustomParameter>SecurityControlsConfiguration. securityControlCustomParameters()A list of security controls and control parameter values that are included in a configuration policy.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SecurityControlCustomParameter Modifier and Type Method Description SecurityControlsConfiguration.BuilderSecurityControlsConfiguration.Builder. securityControlCustomParameters(SecurityControlCustomParameter... securityControlCustomParameters)A list of security controls and control parameter values that are included in a configuration policy.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type SecurityControlCustomParameter Modifier and Type Method Description SecurityControlsConfiguration.BuilderSecurityControlsConfiguration.Builder. securityControlCustomParameters(Collection<SecurityControlCustomParameter> securityControlCustomParameters)A list of security controls and control parameter values that are included in a configuration policy.
-