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