Uses of Class
software.amazon.awssdk.services.securityhub.model.SecurityControlProperty
-
Packages that use SecurityControlProperty Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of SecurityControlProperty in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return SecurityControlProperty Modifier and Type Method Description static SecurityControlPropertySecurityControlProperty. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SecurityControlPropertySecurityControlProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityControlProperty[]SecurityControlProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SecurityControlProperty Modifier and Type Method Description List<SecurityControlProperty>SecurityControlDefinition. customizableProperties()Security control properties that you can customize.static Set<SecurityControlProperty>SecurityControlProperty. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SecurityControlProperty Modifier and Type Method Description SecurityControlDefinition.BuilderSecurityControlDefinition.Builder. customizableProperties(SecurityControlProperty... customizableProperties)Security control properties that you can customize.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type SecurityControlProperty Modifier and Type Method Description SecurityControlDefinition.BuilderSecurityControlDefinition.Builder. customizableProperties(Collection<SecurityControlProperty> customizableProperties)Security control properties that you can customize.
-