Uses of Class
com.oracle.bmc.networkfirewall.responses.ListApplicationGroupsResponse
-
Packages that use ListApplicationGroupsResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of ListApplicationGroupsResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return ListApplicationGroupsResponse Modifier and Type Method Description ListApplicationGroupsResponse
NetworkFirewall. listApplicationGroups(ListApplicationGroupsRequest request)
Returns a list of ApplicationGroups for the policy.ListApplicationGroupsResponse
NetworkFirewallClient. listApplicationGroups(ListApplicationGroupsRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type ListApplicationGroupsResponse Modifier and Type Method Description Future<ListApplicationGroupsResponse>
NetworkFirewallAsync. listApplicationGroups(ListApplicationGroupsRequest request, AsyncHandler<ListApplicationGroupsRequest,ListApplicationGroupsResponse> handler)
Returns a list of ApplicationGroups for the policy.Future<ListApplicationGroupsResponse>
NetworkFirewallAsyncClient. listApplicationGroups(ListApplicationGroupsRequest request, AsyncHandler<ListApplicationGroupsRequest,ListApplicationGroupsResponse> handler)
Iterable<ListApplicationGroupsResponse>
NetworkFirewallPaginators. listApplicationGroupsResponseIterator(ListApplicationGroupsRequest request)
Creates a new iterable which will iterate over the responses received from the listApplicationGroups operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListApplicationGroupsResponse Modifier and Type Method Description Future<ListApplicationGroupsResponse>
NetworkFirewallAsync. listApplicationGroups(ListApplicationGroupsRequest request, AsyncHandler<ListApplicationGroupsRequest,ListApplicationGroupsResponse> handler)
Returns a list of ApplicationGroups for the policy.Future<ListApplicationGroupsResponse>
NetworkFirewallAsyncClient. listApplicationGroups(ListApplicationGroupsRequest request, AsyncHandler<ListApplicationGroupsRequest,ListApplicationGroupsResponse> handler)
-
Uses of ListApplicationGroupsResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return ListApplicationGroupsResponse Modifier and Type Method Description ListApplicationGroupsResponse
ListApplicationGroupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type ListApplicationGroupsResponse Modifier and Type Method Description ListApplicationGroupsResponse.Builder
ListApplicationGroupsResponse.Builder. copy(ListApplicationGroupsResponse o)
Copy method to populate the builder with values from the given instance.
-