Uses of Class
com.oracle.bmc.cloudguard.requests.UpdateSavedQueryRequest
-
Packages that use UpdateSavedQueryRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateSavedQueryRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type UpdateSavedQueryRequest Modifier and Type Method Description UpdateSavedQueryResponse
CloudGuard. updateSavedQuery(UpdateSavedQueryRequest request)
Updates a saved query identified by savedQueryId.Future<UpdateSavedQueryResponse>
CloudGuardAsync. updateSavedQuery(UpdateSavedQueryRequest request, AsyncHandler<UpdateSavedQueryRequest,UpdateSavedQueryResponse> handler)
Updates a saved query identified by savedQueryId.Future<UpdateSavedQueryResponse>
CloudGuardAsyncClient. updateSavedQuery(UpdateSavedQueryRequest request, AsyncHandler<UpdateSavedQueryRequest,UpdateSavedQueryResponse> handler)
UpdateSavedQueryResponse
CloudGuardClient. updateSavedQuery(UpdateSavedQueryRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateSavedQueryRequest Modifier and Type Method Description Future<UpdateSavedQueryResponse>
CloudGuardAsync. updateSavedQuery(UpdateSavedQueryRequest request, AsyncHandler<UpdateSavedQueryRequest,UpdateSavedQueryResponse> handler)
Updates a saved query identified by savedQueryId.Future<UpdateSavedQueryResponse>
CloudGuardAsyncClient. updateSavedQuery(UpdateSavedQueryRequest request, AsyncHandler<UpdateSavedQueryRequest,UpdateSavedQueryResponse> handler)
-
Uses of UpdateSavedQueryRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateSavedQueryRequest Modifier and Type Method Description UpdateSavedQueryRequest
UpdateSavedQueryRequest.Builder. build()
Build the instance of UpdateSavedQueryRequest as configured by this builderUpdateSavedQueryRequest
UpdateSavedQueryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSavedQueryRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateSavedQueryRequest Modifier and Type Method Description UpdateSavedQueryRequest.Builder
UpdateSavedQueryRequest.Builder. copy(UpdateSavedQueryRequest o)
Copy method to populate the builder with values from the given instance.
-