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.model
Subclasses of UpdateServiceDetails in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
UpdateTcpServiceDetails
Request for updating TCP Service.class
UpdateUdpServiceDetails
Request for updating UDP Service used on the firewall policy rules. -
Uses of UpdateServiceDetails in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateServiceDetails Modifier and Type Method Description UpdateServiceDetails
UpdateServiceRequest. getBody$()
Alternative accessor for the body parameter.UpdateServiceDetails
UpdateServiceRequest. getUpdateServiceDetails()
The information to be updated.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateServiceDetails Modifier and Type Method Description UpdateServiceRequest.Builder
UpdateServiceRequest.Builder. body$(UpdateServiceDetails body)
Alternative setter for the body parameter.UpdateServiceRequest.Builder
UpdateServiceRequest.Builder. updateServiceDetails(UpdateServiceDetails updateServiceDetails)
The information to be updated.
-