Uses of Class
com.oracle.bmc.cloudguard.requests.DeleteDetectorRecipeRequest
-
Packages that use DeleteDetectorRecipeRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of DeleteDetectorRecipeRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type DeleteDetectorRecipeRequest Modifier and Type Method Description DeleteDetectorRecipeResponse
CloudGuard. deleteDetectorRecipe(DeleteDetectorRecipeRequest request)
Deletes a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.Future<DeleteDetectorRecipeResponse>
CloudGuardAsync. deleteDetectorRecipe(DeleteDetectorRecipeRequest request, AsyncHandler<DeleteDetectorRecipeRequest,DeleteDetectorRecipeResponse> handler)
Deletes a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.Future<DeleteDetectorRecipeResponse>
CloudGuardAsyncClient. deleteDetectorRecipe(DeleteDetectorRecipeRequest request, AsyncHandler<DeleteDetectorRecipeRequest,DeleteDetectorRecipeResponse> handler)
DeleteDetectorRecipeResponse
CloudGuardClient. deleteDetectorRecipe(DeleteDetectorRecipeRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type DeleteDetectorRecipeRequest Modifier and Type Method Description Future<DeleteDetectorRecipeResponse>
CloudGuardAsync. deleteDetectorRecipe(DeleteDetectorRecipeRequest request, AsyncHandler<DeleteDetectorRecipeRequest,DeleteDetectorRecipeResponse> handler)
Deletes a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.Future<DeleteDetectorRecipeResponse>
CloudGuardAsyncClient. deleteDetectorRecipe(DeleteDetectorRecipeRequest request, AsyncHandler<DeleteDetectorRecipeRequest,DeleteDetectorRecipeResponse> handler)
-
Uses of DeleteDetectorRecipeRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return DeleteDetectorRecipeRequest Modifier and Type Method Description DeleteDetectorRecipeRequest
DeleteDetectorRecipeRequest.Builder. build()
Build the instance of DeleteDetectorRecipeRequest as configured by this builderDeleteDetectorRecipeRequest
DeleteDetectorRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDetectorRecipeRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type DeleteDetectorRecipeRequest Modifier and Type Method Description DeleteDetectorRecipeRequest.Builder
DeleteDetectorRecipeRequest.Builder. copy(DeleteDetectorRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-