Uses of Class
com.oracle.bmc.loganalytics.model.UploadFileSummary.Status
-
Packages that use UploadFileSummary.Status Package Description com.oracle.bmc.loganalytics.model -
-
Uses of UploadFileSummary.Status in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return UploadFileSummary.Status Modifier and Type Method Description static UploadFileSummary.Status
UploadFileSummary.Status. create(String key)
UploadFileSummary.Status
UploadFileSummary. getStatus()
Processing status of the file.static UploadFileSummary.Status
UploadFileSummary.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static UploadFileSummary.Status[]
UploadFileSummary.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 UploadFileSummary.Status Modifier and Type Method Description UploadFileSummary.Builder
UploadFileSummary.Builder. status(UploadFileSummary.Status status)
Processing status of the file.Constructors in com.oracle.bmc.loganalytics.model with parameters of type UploadFileSummary.Status Constructor Description UploadFileSummary(String reference, String name, UploadFileSummary.Status status, BigDecimal totalChunks, BigDecimal chunksConsumed, BigDecimal chunksSuccess, BigDecimal chunksFail, Date timeStarted, String sourceName, String entityType, String entityName, String logNamespace, String logGroupId, String logGroupName, String failureDetails)
Deprecated.
-