Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateSecurityRecipeResponse
-
Packages that use UpdateSecurityRecipeResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateSecurityRecipeResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateSecurityRecipeResponse Modifier and Type Method Description UpdateSecurityRecipeResponse
CloudGuard. updateSecurityRecipe(UpdateSecurityRecipeRequest request)
Updates a security zone recipe (SecurityRecipe resource), identified by securityRecipeId, using parameters passed in an UpdateSecurityRecipeDetails resource.UpdateSecurityRecipeResponse
CloudGuardClient. updateSecurityRecipe(UpdateSecurityRecipeRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateSecurityRecipeResponse Modifier and Type Method Description Future<UpdateSecurityRecipeResponse>
CloudGuardAsync. updateSecurityRecipe(UpdateSecurityRecipeRequest request, AsyncHandler<UpdateSecurityRecipeRequest,UpdateSecurityRecipeResponse> handler)
Updates a security zone recipe (SecurityRecipe resource), identified by securityRecipeId, using parameters passed in an UpdateSecurityRecipeDetails resource.Future<UpdateSecurityRecipeResponse>
CloudGuardAsyncClient. updateSecurityRecipe(UpdateSecurityRecipeRequest request, AsyncHandler<UpdateSecurityRecipeRequest,UpdateSecurityRecipeResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateSecurityRecipeResponse Modifier and Type Method Description Future<UpdateSecurityRecipeResponse>
CloudGuardAsync. updateSecurityRecipe(UpdateSecurityRecipeRequest request, AsyncHandler<UpdateSecurityRecipeRequest,UpdateSecurityRecipeResponse> handler)
Updates a security zone recipe (SecurityRecipe resource), identified by securityRecipeId, using parameters passed in an UpdateSecurityRecipeDetails resource.Future<UpdateSecurityRecipeResponse>
CloudGuardAsyncClient. updateSecurityRecipe(UpdateSecurityRecipeRequest request, AsyncHandler<UpdateSecurityRecipeRequest,UpdateSecurityRecipeResponse> handler)
-
Uses of UpdateSecurityRecipeResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateSecurityRecipeResponse Modifier and Type Method Description UpdateSecurityRecipeResponse
UpdateSecurityRecipeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateSecurityRecipeResponse Modifier and Type Method Description UpdateSecurityRecipeResponse.Builder
UpdateSecurityRecipeResponse.Builder. copy(UpdateSecurityRecipeResponse o)
Copy method to populate the builder with values from the given instance.
-