Uses of Class
com.oracle.bmc.cloudguard.responses.DeleteDetectorRecipeResponse
-
Packages that use DeleteDetectorRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of DeleteDetectorRecipeResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return DeleteDetectorRecipeResponse Modifier and Type Method Description DeleteDetectorRecipeResponse
CloudGuard. deleteDetectorRecipe(DeleteDetectorRecipeRequest request)
Deletes a detector recipe (DetectorRecipe resource) identified by detectorRecipeId.DeleteDetectorRecipeResponse
CloudGuardClient. deleteDetectorRecipe(DeleteDetectorRecipeRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type DeleteDetectorRecipeResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type DeleteDetectorRecipeResponse 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 DeleteDetectorRecipeResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return DeleteDetectorRecipeResponse Modifier and Type Method Description DeleteDetectorRecipeResponse
DeleteDetectorRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type DeleteDetectorRecipeResponse Modifier and Type Method Description DeleteDetectorRecipeResponse.Builder
DeleteDetectorRecipeResponse.Builder. copy(DeleteDetectorRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-