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