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