Uses of Class
com.oracle.bmc.networkfirewall.requests.GetApplicationGroupRequest
-
Packages that use GetApplicationGroupRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of GetApplicationGroupRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type GetApplicationGroupRequest Modifier and Type Method Description GetApplicationGroupResponse
NetworkFirewall. getApplicationGroup(GetApplicationGroupRequest request)
Get ApplicationGroup by the given name in the context of network firewall policy.Future<GetApplicationGroupResponse>
NetworkFirewallAsync. getApplicationGroup(GetApplicationGroupRequest request, AsyncHandler<GetApplicationGroupRequest,GetApplicationGroupResponse> handler)
Get ApplicationGroup by the given name in the context of network firewall policy.Future<GetApplicationGroupResponse>
NetworkFirewallAsyncClient. getApplicationGroup(GetApplicationGroupRequest request, AsyncHandler<GetApplicationGroupRequest,GetApplicationGroupResponse> handler)
GetApplicationGroupResponse
NetworkFirewallClient. getApplicationGroup(GetApplicationGroupRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetApplicationGroupRequest Modifier and Type Method Description Future<GetApplicationGroupResponse>
NetworkFirewallAsync. getApplicationGroup(GetApplicationGroupRequest request, AsyncHandler<GetApplicationGroupRequest,GetApplicationGroupResponse> handler)
Get ApplicationGroup by the given name in the context of network firewall policy.Future<GetApplicationGroupResponse>
NetworkFirewallAsyncClient. getApplicationGroup(GetApplicationGroupRequest request, AsyncHandler<GetApplicationGroupRequest,GetApplicationGroupResponse> handler)
-
Uses of GetApplicationGroupRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return GetApplicationGroupRequest Modifier and Type Method Description GetApplicationGroupRequest
GetApplicationGroupRequest.Builder. build()
Build the instance of GetApplicationGroupRequest as configured by this builderGetApplicationGroupRequest
GetApplicationGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetApplicationGroupRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type GetApplicationGroupRequest Modifier and Type Method Description GetApplicationGroupRequest.Builder
GetApplicationGroupRequest.Builder. copy(GetApplicationGroupRequest o)
Copy method to populate the builder with values from the given instance.
-