Uses of Class
com.oracle.bmc.cloudguard.model.AdhocQueryResultState
-
Packages that use AdhocQueryResultState Package Description com.oracle.bmc.cloudguard.model -
-
Uses of AdhocQueryResultState in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return AdhocQueryResultState Modifier and Type Method Description static AdhocQueryResultState
AdhocQueryResultState. create(String key)
AdhocQueryResultState
AdhocQueryResultSummary. getState()
Status of the querystatic AdhocQueryResultState
AdhocQueryResultState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdhocQueryResultState[]
AdhocQueryResultState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type AdhocQueryResultState Modifier and Type Method Description AdhocQueryResultSummary.Builder
AdhocQueryResultSummary.Builder. state(AdhocQueryResultState state)
Status of the queryConstructors in com.oracle.bmc.cloudguard.model with parameters of type AdhocQueryResultState Constructor Description AdhocQueryResultSummary(String hostId, AdhocQueryResultState state, String region, Date timeSubmitted, String errorMessage, Long resultCount, List<Map<String,String>> result, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-