Uses of Class
com.oracle.bmc.cloudguard.model.UpdateResponderRecipeDetails
-
Packages that use UpdateResponderRecipeDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateResponderRecipeDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateResponderRecipeDetails Modifier and Type Method Description UpdateResponderRecipeDetails
UpdateResponderRecipeDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type UpdateResponderRecipeDetails Modifier and Type Method Description UpdateResponderRecipeDetails.Builder
UpdateResponderRecipeDetails.Builder. copy(UpdateResponderRecipeDetails model)
-
Uses of UpdateResponderRecipeDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateResponderRecipeDetails Modifier and Type Method Description UpdateResponderRecipeDetails
UpdateResponderRecipeRequest. getBody$()
Alternative accessor for the body parameter.UpdateResponderRecipeDetails
UpdateResponderRecipeRequest. getUpdateResponderRecipeDetails()
The details to be updatedMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateResponderRecipeDetails Modifier and Type Method Description UpdateResponderRecipeRequest.Builder
UpdateResponderRecipeRequest.Builder. body$(UpdateResponderRecipeDetails body)
Alternative setter for the body parameter.UpdateResponderRecipeRequest.Builder
UpdateResponderRecipeRequest.Builder. updateResponderRecipeDetails(UpdateResponderRecipeDetails updateResponderRecipeDetails)
The details to be updated
-