Uses of Class
com.oracle.bmc.loganalytics.model.Storage
-
Packages that use Storage Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses -
-
Uses of Storage in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Storage Modifier and Type Method Description Storage
Storage.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type Storage Modifier and Type Method Description Storage.Builder
Storage.Builder. copy(Storage model)
-
Uses of Storage in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return Storage Modifier and Type Method Description Storage
GetStorageResponse. getStorage()
The returned Storage instance.Storage
UpdateStorageResponse. getStorage()
The returned Storage instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type Storage Modifier and Type Method Description GetStorageResponse.Builder
GetStorageResponse.Builder. storage(Storage storage)
The returned Storage instance.UpdateStorageResponse.Builder
UpdateStorageResponse.Builder. storage(Storage storage)
The returned Storage instance.
-