Uses of Class
com.oracle.bmc.cloudguard.model.UpdateManagedListDetails
-
Packages that use UpdateManagedListDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateManagedListDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateManagedListDetails Modifier and Type Method Description UpdateManagedListDetails
UpdateManagedListDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type UpdateManagedListDetails Modifier and Type Method Description UpdateManagedListDetails.Builder
UpdateManagedListDetails.Builder. copy(UpdateManagedListDetails model)
-
Uses of UpdateManagedListDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateManagedListDetails Modifier and Type Method Description UpdateManagedListDetails
UpdateManagedListRequest. getBody$()
Alternative accessor for the body parameter.UpdateManagedListDetails
UpdateManagedListRequest. getUpdateManagedListDetails()
Details for the ManagedList resource to be updatedMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateManagedListDetails Modifier and Type Method Description UpdateManagedListRequest.Builder
UpdateManagedListRequest.Builder. body$(UpdateManagedListDetails body)
Alternative setter for the body parameter.UpdateManagedListRequest.Builder
UpdateManagedListRequest.Builder. updateManagedListDetails(UpdateManagedListDetails updateManagedListDetails)
Details for the ManagedList resource to be updated
-