Uses of Class
com.oracle.bmc.networkfirewall.responses.GetApplicationResponse
-
Packages that use GetApplicationResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of GetApplicationResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return GetApplicationResponse Modifier and Type Method Description GetApplicationResponse
NetworkFirewall. getApplication(GetApplicationRequest request)
Get Application by the given name in the context of network firewall policy.GetApplicationResponse
NetworkFirewallClient. getApplication(GetApplicationRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type GetApplicationResponse Modifier and Type Method Description Future<GetApplicationResponse>
NetworkFirewallAsync. getApplication(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResponse> handler)
Get Application by the given name in the context of network firewall policy.Future<GetApplicationResponse>
NetworkFirewallAsyncClient. getApplication(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetApplicationResponse Modifier and Type Method Description Future<GetApplicationResponse>
NetworkFirewallAsync. getApplication(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResponse> handler)
Get Application by the given name in the context of network firewall policy.Future<GetApplicationResponse>
NetworkFirewallAsyncClient. getApplication(GetApplicationRequest request, AsyncHandler<GetApplicationRequest,GetApplicationResponse> handler)
-
Uses of GetApplicationResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return GetApplicationResponse Modifier and Type Method Description GetApplicationResponse
GetApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type GetApplicationResponse Modifier and Type Method Description GetApplicationResponse.Builder
GetApplicationResponse.Builder. copy(GetApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-