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.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemCategoryEnum Modifier and Type Method Description static ProblemCategoryEnum
ProblemCategoryEnum. create(String key)
static ProblemCategoryEnum
ProblemCategoryEnum. 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.requests
Methods in com.oracle.bmc.cloudguard.requests that return ProblemCategoryEnum Modifier and Type Method Description ProblemCategoryEnum
ListProblemsRequest. 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.Builder
ListProblemsRequest.Builder. problemCategory(ProblemCategoryEnum problemCategory)
Setting this to SECURITY_ZONE returns only security zone-related violations.
-