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