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