Uses of Class
com.oracle.bmc.networkfirewall.model.UpdateServiceDetails
- 
Packages that use UpdateServiceDetails Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.requests 
- 
- 
Uses of UpdateServiceDetails in com.oracle.bmc.networkfirewall.modelSubclasses of UpdateServiceDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description classUpdateTcpServiceDetailsRequest for updating TCP Service.classUpdateUdpServiceDetailsRequest for updating UDP Service used on the firewall policy rules.
- 
Uses of UpdateServiceDetails in com.oracle.bmc.networkfirewall.requestsMethods in com.oracle.bmc.networkfirewall.requests that return UpdateServiceDetails Modifier and Type Method Description UpdateServiceDetailsUpdateServiceRequest. getBody$()Alternative accessor for the body parameter.UpdateServiceDetailsUpdateServiceRequest. getUpdateServiceDetails()The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateServiceDetails Modifier and Type Method Description UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. body$(UpdateServiceDetails body)Alternative setter for the body parameter.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. updateServiceDetails(UpdateServiceDetails updateServiceDetails)The information to be updated.
 
-