Uses of Class
com.oracle.bmc.loganalytics.model.Success
-
Packages that use Success Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses -
-
Uses of Success in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Success Modifier and Type Method Description Success
Success.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type Success Modifier and Type Method Description Success.Builder
Success.Builder. copy(Success model)
-
Uses of Success in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return Success Modifier and Type Method Description Success
DisableArchivingResponse. getSuccess()
The returned Success instance.Success
EnableArchivingResponse. getSuccess()
The returned Success instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type Success Modifier and Type Method Description DisableArchivingResponse.Builder
DisableArchivingResponse.Builder. success(Success success)
The returned Success instance.EnableArchivingResponse.Builder
EnableArchivingResponse.Builder. success(Success success)
The returned Success instance.
-