Uses of Class
com.oracle.bmc.loganalytics.model.RecalledData.Status
-
Packages that use RecalledData.Status Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RecalledData.Status in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RecalledData.Status Modifier and Type Method Description static RecalledData.Status
RecalledData.Status. create(String key)
RecalledData.Status
RecalledData. getStatus()
This is the status of the recallstatic RecalledData.Status
RecalledData.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecalledData.Status[]
RecalledData.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type RecalledData.Status Modifier and Type Method Description RecalledData.Builder
RecalledData.Builder. status(RecalledData.Status status)
This is the status of the recallConstructors in com.oracle.bmc.loganalytics.model with parameters of type RecalledData.Status Constructor Description RecalledData(Date timeDataEnded, Date timeDataStarted, Date timeStarted, RecalledData.Status status, Integer recallCount, Long storageUsageInBytes, Long notRecalledDataInBytes, String purpose, String queryString, String logSets, String createdBy, Long collectionId, Date timeRecalledDataStarted, Date timeRecalledDataEnded)
Deprecated.
-