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.cloudguardMethods in com.oracle.bmc.cloudguard that return DeleteTargetDetectorRecipeResponse Modifier and Type Method Description DeleteTargetDetectorRecipeResponseCloudGuard. deleteTargetDetectorRecipe(DeleteTargetDetectorRecipeRequest request)Deletes the target detector recipe (TargetDetectorRecipe resource) identified by targetDetectorRecipeId, from a target (Target resource) identified by targetId.DeleteTargetDetectorRecipeResponseCloudGuardClient. 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.responsesMethods in com.oracle.bmc.cloudguard.responses that return DeleteTargetDetectorRecipeResponse Modifier and Type Method Description DeleteTargetDetectorRecipeResponseDeleteTargetDetectorRecipeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type DeleteTargetDetectorRecipeResponse Modifier and Type Method Description DeleteTargetDetectorRecipeResponse.BuilderDeleteTargetDetectorRecipeResponse.Builder. copy(DeleteTargetDetectorRecipeResponse o)Copy method to populate the builder with values from the given instance.
 
-