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