Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateDetectorRecipeResponse
-
Packages that use UpdateDetectorRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateDetectorRecipeResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateDetectorRecipeResponse Modifier and Type Method Description UpdateDetectorRecipeResponse
CloudGuard. updateDetectorRecipe(UpdateDetectorRecipeRequest request)
Updates a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.UpdateDetectorRecipeResponse
CloudGuardClient. updateDetectorRecipe(UpdateDetectorRecipeRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateDetectorRecipeResponse Modifier and Type Method Description Future<UpdateDetectorRecipeResponse>
CloudGuardAsync. updateDetectorRecipe(UpdateDetectorRecipeRequest request, AsyncHandler<UpdateDetectorRecipeRequest,UpdateDetectorRecipeResponse> handler)
Updates a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.Future<UpdateDetectorRecipeResponse>
CloudGuardAsyncClient. updateDetectorRecipe(UpdateDetectorRecipeRequest request, AsyncHandler<UpdateDetectorRecipeRequest,UpdateDetectorRecipeResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateDetectorRecipeResponse Modifier and Type Method Description Future<UpdateDetectorRecipeResponse>
CloudGuardAsync. updateDetectorRecipe(UpdateDetectorRecipeRequest request, AsyncHandler<UpdateDetectorRecipeRequest,UpdateDetectorRecipeResponse> handler)
Updates a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.Future<UpdateDetectorRecipeResponse>
CloudGuardAsyncClient. updateDetectorRecipe(UpdateDetectorRecipeRequest request, AsyncHandler<UpdateDetectorRecipeRequest,UpdateDetectorRecipeResponse> handler)
-
Uses of UpdateDetectorRecipeResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateDetectorRecipeResponse Modifier and Type Method Description UpdateDetectorRecipeResponse
UpdateDetectorRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateDetectorRecipeResponse Modifier and Type Method Description UpdateDetectorRecipeResponse.Builder
UpdateDetectorRecipeResponse.Builder. copy(UpdateDetectorRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-