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