Uses of Class
com.oracle.bmc.cloudguard.requests.DeleteTargetDetectorRecipeRequest
-
Packages that use DeleteTargetDetectorRecipeRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of DeleteTargetDetectorRecipeRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type DeleteTargetDetectorRecipeRequest 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 DeleteTargetDetectorRecipeRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return DeleteTargetDetectorRecipeRequest Modifier and Type Method Description DeleteTargetDetectorRecipeRequest
DeleteTargetDetectorRecipeRequest.Builder. build()
Build the instance of DeleteTargetDetectorRecipeRequest as configured by this builderDeleteTargetDetectorRecipeRequest
DeleteTargetDetectorRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTargetDetectorRecipeRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type DeleteTargetDetectorRecipeRequest Modifier and Type Method Description DeleteTargetDetectorRecipeRequest.Builder
DeleteTargetDetectorRecipeRequest.Builder. copy(DeleteTargetDetectorRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-