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