Uses of Class
com.oracle.bmc.networkfirewall.model.Application
-
Packages that use Application Package Description com.oracle.bmc.networkfirewall.model com.oracle.bmc.networkfirewall.responses -
-
Uses of Application in com.oracle.bmc.networkfirewall.model
Subclasses of Application in com.oracle.bmc.networkfirewall.model Modifier and Type Class Description class
Icmp6Application
ICMP6 Application used on the firewall policy rules.class
IcmpApplication
ICMP Application used on the firewall policy rules. -
Uses of Application in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return Application Modifier and Type Method Description Application
CreateApplicationResponse. getApplication()
The returned Application instance.Application
GetApplicationResponse. getApplication()
The returned Application instance.Application
UpdateApplicationResponse. getApplication()
The returned Application instance.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type Application Modifier and Type Method Description CreateApplicationResponse.Builder
CreateApplicationResponse.Builder. application(Application application)
The returned Application instance.GetApplicationResponse.Builder
GetApplicationResponse.Builder. application(Application application)
The returned Application instance.UpdateApplicationResponse.Builder
UpdateApplicationResponse.Builder. application(Application application)
The returned Application instance.
-