Uses of Class
com.oracle.bmc.logging.model.UpdateLogSavedSearchDetails
-
Packages that use UpdateLogSavedSearchDetails Package Description com.oracle.bmc.logging.model com.oracle.bmc.logging.requests -
-
Uses of UpdateLogSavedSearchDetails in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return UpdateLogSavedSearchDetails Modifier and Type Method Description UpdateLogSavedSearchDetails
UpdateLogSavedSearchDetails.Builder. build()
Methods in com.oracle.bmc.logging.model with parameters of type UpdateLogSavedSearchDetails Modifier and Type Method Description UpdateLogSavedSearchDetails.Builder
UpdateLogSavedSearchDetails.Builder. copy(UpdateLogSavedSearchDetails model)
-
Uses of UpdateLogSavedSearchDetails in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return UpdateLogSavedSearchDetails Modifier and Type Method Description UpdateLogSavedSearchDetails
UpdateLogSavedSearchRequest. getBody$()
Alternative accessor for the body parameter.UpdateLogSavedSearchDetails
UpdateLogSavedSearchRequest. getUpdateLogSavedSearchDetails()
Updates to the saved search.Methods in com.oracle.bmc.logging.requests with parameters of type UpdateLogSavedSearchDetails Modifier and Type Method Description UpdateLogSavedSearchRequest.Builder
UpdateLogSavedSearchRequest.Builder. body$(UpdateLogSavedSearchDetails body)
Alternative setter for the body parameter.UpdateLogSavedSearchRequest.Builder
UpdateLogSavedSearchRequest.Builder. updateLogSavedSearchDetails(UpdateLogSavedSearchDetails updateLogSavedSearchDetails)
Updates to the saved search.
-