Uses of Class
com.oracle.bmc.loganalytics.model.RecalledDataSize.Builder
-
Packages that use RecalledDataSize.Builder Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RecalledDataSize.Builder in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RecalledDataSize.Builder Modifier and Type Method Description static RecalledDataSize.BuilderRecalledDataSize. builder()Create a new builder.RecalledDataSize.BuilderRecalledDataSize.Builder. copy(RecalledDataSize model)RecalledDataSize.BuilderRecalledDataSize.Builder. notRecalledDataInBytes(Long notRecalledDataInBytes)This is the size of the archival data not recalled yetRecalledDataSize.BuilderRecalledDataSize.Builder. recalledDataInBytes(Long recalledDataInBytes)This is the size of the recalled dataRecalledDataSize.BuilderRecalledDataSize.Builder. timeDataEnded(Date timeDataEnded)This is the end of the time range of the archival dataRecalledDataSize.BuilderRecalledDataSize.Builder. timeDataStarted(Date timeDataStarted)This is the start of the time range of the archival dataRecalledDataSize.BuilderRecalledDataSize. toBuilder()
-