Uses of Class
com.oracle.bmc.networkfirewall.requests.GetApplicationRequest
-
Packages that use GetApplicationRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of GetApplicationRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type GetApplicationRequest Modifier and Type Method Description GetApplicationResponse
NetworkFirewall. getApplication(GetApplicationRequest request)
Get Application by the given name in the context of network firewall policy.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)
GetApplicationResponse
NetworkFirewallClient. getApplication(GetApplicationRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetApplicationRequest 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 GetApplicationRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return GetApplicationRequest Modifier and Type Method Description GetApplicationRequest
GetApplicationRequest.Builder. build()
Build the instance of GetApplicationRequest as configured by this builderGetApplicationRequest
GetApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetApplicationRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type GetApplicationRequest Modifier and Type Method Description GetApplicationRequest.Builder
GetApplicationRequest.Builder. copy(GetApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-