Uses of Class
com.oracle.bmc.cloudguard.requests.DeleteTargetResponderRecipeRequest
-
Packages that use DeleteTargetResponderRecipeRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of DeleteTargetResponderRecipeRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type DeleteTargetResponderRecipeRequest Modifier and Type Method Description Future<DeleteTargetResponderRecipeResponse>
CloudGuardAsync. deleteTargetResponderRecipe(DeleteTargetResponderRecipeRequest request, AsyncHandler<DeleteTargetResponderRecipeRequest,DeleteTargetResponderRecipeResponse> handler)
Detaches a target responder recipe (TargetResponderRecipe resource) identified by targetResponderRecipeId, from a target (Target resource) identified by targetId.Future<DeleteTargetResponderRecipeResponse>
CloudGuardAsyncClient. deleteTargetResponderRecipe(DeleteTargetResponderRecipeRequest request, AsyncHandler<DeleteTargetResponderRecipeRequest,DeleteTargetResponderRecipeResponse> handler)
-
Uses of DeleteTargetResponderRecipeRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return DeleteTargetResponderRecipeRequest Modifier and Type Method Description DeleteTargetResponderRecipeRequest
DeleteTargetResponderRecipeRequest.Builder. build()
Build the instance of DeleteTargetResponderRecipeRequest as configured by this builderDeleteTargetResponderRecipeRequest
DeleteTargetResponderRecipeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTargetResponderRecipeRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type DeleteTargetResponderRecipeRequest Modifier and Type Method Description DeleteTargetResponderRecipeRequest.Builder
DeleteTargetResponderRecipeRequest.Builder. copy(DeleteTargetResponderRecipeRequest o)
Copy method to populate the builder with values from the given instance.
-