Uses of Class
com.oracle.bmc.cloudguard.model.ProblemCategoryEnum
- 
Packages that use ProblemCategoryEnum Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests 
- 
- 
Uses of ProblemCategoryEnum in com.oracle.bmc.cloudguard.modelMethods in com.oracle.bmc.cloudguard.model that return ProblemCategoryEnum Modifier and Type Method Description static ProblemCategoryEnumProblemCategoryEnum. create(String key)static ProblemCategoryEnumProblemCategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProblemCategoryEnum[]ProblemCategoryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of ProblemCategoryEnum in com.oracle.bmc.cloudguard.requestsMethods in com.oracle.bmc.cloudguard.requests that return ProblemCategoryEnum Modifier and Type Method Description ProblemCategoryEnumListProblemsRequest. getProblemCategory()Setting this to SECURITY_ZONE returns only security zone-related violations.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ProblemCategoryEnum Modifier and Type Method Description ListProblemsRequest.BuilderListProblemsRequest.Builder. problemCategory(ProblemCategoryEnum problemCategory)Setting this to SECURITY_ZONE returns only security zone-related violations.
 
-