Uses of Class
com.oracle.bmc.networkfirewall.responses.GetUrlListResponse
-
Packages that use GetUrlListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of GetUrlListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return GetUrlListResponse Modifier and Type Method Description GetUrlListResponse
NetworkFirewall. getUrlList(GetUrlListRequest request)
Get Url List by the given name in the context of network firewall policy.GetUrlListResponse
NetworkFirewallClient. getUrlList(GetUrlListRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type GetUrlListResponse 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)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type GetUrlListResponse 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 GetUrlListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return GetUrlListResponse Modifier and Type Method Description GetUrlListResponse
GetUrlListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type GetUrlListResponse Modifier and Type Method Description GetUrlListResponse.Builder
GetUrlListResponse.Builder. copy(GetUrlListResponse o)
Copy method to populate the builder with values from the given instance.
-