Uses of Class
com.oracle.bmc.datasafe.model.SecurityFeatureAnalyticsDimensions.SecurityFeature
-
Packages that use SecurityFeatureAnalyticsDimensions.SecurityFeature Package Description com.oracle.bmc.datasafe.model -
-
Uses of SecurityFeatureAnalyticsDimensions.SecurityFeature in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SecurityFeatureAnalyticsDimensions.SecurityFeature Modifier and Type Method Description static SecurityFeatureAnalyticsDimensions.SecurityFeature
SecurityFeatureAnalyticsDimensions.SecurityFeature. create(String key)
SecurityFeatureAnalyticsDimensions.SecurityFeature
SecurityFeatureAnalyticsDimensions. getSecurityFeature()
The name of the security feature.static SecurityFeatureAnalyticsDimensions.SecurityFeature
SecurityFeatureAnalyticsDimensions.SecurityFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityFeatureAnalyticsDimensions.SecurityFeature[]
SecurityFeatureAnalyticsDimensions.SecurityFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SecurityFeatureAnalyticsDimensions.SecurityFeature Modifier and Type Method Description SecurityFeatureAnalyticsDimensions.Builder
SecurityFeatureAnalyticsDimensions.Builder. securityFeature(SecurityFeatureAnalyticsDimensions.SecurityFeature securityFeature)
The name of the security feature.Constructors in com.oracle.bmc.datasafe.model with parameters of type SecurityFeatureAnalyticsDimensions.SecurityFeature Constructor Description SecurityFeatureAnalyticsDimensions(SecurityFeatureAnalyticsDimensions.SecurityFeature securityFeature)
Deprecated.
-