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