Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateSavedQueryResponse
-
Packages that use UpdateSavedQueryResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateSavedQueryResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateSavedQueryResponse Modifier and Type Method Description UpdateSavedQueryResponse
CloudGuard. updateSavedQuery(UpdateSavedQueryRequest request)
Updates a saved query identified by savedQueryId.UpdateSavedQueryResponse
CloudGuardClient. updateSavedQuery(UpdateSavedQueryRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateSavedQueryResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateSavedQueryResponse 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 UpdateSavedQueryResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateSavedQueryResponse Modifier and Type Method Description UpdateSavedQueryResponse
UpdateSavedQueryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateSavedQueryResponse Modifier and Type Method Description UpdateSavedQueryResponse.Builder
UpdateSavedQueryResponse.Builder. copy(UpdateSavedQueryResponse o)
Copy method to populate the builder with values from the given instance.
-