Uses of Class
com.oracle.bmc.networkfirewall.model.Service
-
Packages that use Service Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of Service in com.oracle.bmc.networkfirewall.model
Subclasses of Service in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
TcpService
TCP Service used on the firewall policy rules.class
UdpService
UDP Service used on the firewall policy rules. -
Uses of Service in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return Service Modifier and Type Method Description Service
CreateServiceResponse. getService()
The returned Service instance.Service
GetServiceResponse. getService()
The returned Service instance.Service
UpdateServiceResponse. getService()
The returned Service instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type Service Modifier and Type Method Description CreateServiceResponse.Builder
CreateServiceResponse.Builder. service(Service service)
The returned Service instance.GetServiceResponse.Builder
GetServiceResponse.Builder. service(Service service)
The returned Service instance.UpdateServiceResponse.Builder
UpdateServiceResponse.Builder. service(Service service)
The returned Service instance.
-