Uses of Class
com.oracle.bmc.cloudguard.model.UpdateSavedQueryDetails
-
Packages that use UpdateSavedQueryDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateSavedQueryDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateSavedQueryDetails Modifier and Type Method Description UpdateSavedQueryDetails
UpdateSavedQueryDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type UpdateSavedQueryDetails Modifier and Type Method Description UpdateSavedQueryDetails.Builder
UpdateSavedQueryDetails.Builder. copy(UpdateSavedQueryDetails model)
-
Uses of UpdateSavedQueryDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateSavedQueryDetails Modifier and Type Method Description UpdateSavedQueryDetails
UpdateSavedQueryRequest. getBody$()
Alternative accessor for the body parameter.UpdateSavedQueryDetails
UpdateSavedQueryRequest. getUpdateSavedQueryDetails()
Details for the SavedQuery resource to be updatedMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateSavedQueryDetails Modifier and Type Method Description UpdateSavedQueryRequest.Builder
UpdateSavedQueryRequest.Builder. body$(UpdateSavedQueryDetails body)
Alternative setter for the body parameter.UpdateSavedQueryRequest.Builder
UpdateSavedQueryRequest.Builder. updateSavedQueryDetails(UpdateSavedQueryDetails updateSavedQueryDetails)
Details for the SavedQuery resource to be updated
-