Uses of Class
com.oracle.bmc.cloudguard.model.ProblemDimension
-
Packages that use ProblemDimension Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ProblemDimension in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemDimension Modifier and Type Method Description static ProblemDimension
ProblemDimension. create(String key)
static ProblemDimension
ProblemDimension. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProblemDimension[]
ProblemDimension. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProblemDimension in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return types with arguments of type ProblemDimension Modifier and Type Method Description List<ProblemDimension>
RequestSummarizedProblemsRequest. getListDimensions()
The possible attributes based on which the problems can be distinguished.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ProblemDimension Modifier and Type Method Description RequestSummarizedProblemsRequest.Builder
RequestSummarizedProblemsRequest.Builder. listDimensions(ProblemDimension singularValue)
Singular setter.Method parameters in com.oracle.bmc.cloudguard.requests with type arguments of type ProblemDimension Modifier and Type Method Description RequestSummarizedProblemsRequest.Builder
RequestSummarizedProblemsRequest.Builder. listDimensions(List<ProblemDimension> listDimensions)
The possible attributes based on which the problems can be distinguished.
-