Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateUrlListResponse
- 
Packages that use CreateUrlListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses 
- 
- 
Uses of CreateUrlListResponse in com.oracle.bmc.networkfirewallMethods in com.oracle.bmc.networkfirewall that return CreateUrlListResponse Modifier and Type Method Description CreateUrlListResponseNetworkFirewall. createUrlList(CreateUrlListRequest request)Creates a new Url List for the Network Firewall Policy.CreateUrlListResponseNetworkFirewallClient. createUrlList(CreateUrlListRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateUrlListResponse Modifier and Type Method Description Future<CreateUrlListResponse>NetworkFirewallAsync. createUrlList(CreateUrlListRequest request, AsyncHandler<CreateUrlListRequest,CreateUrlListResponse> handler)Creates a new Url List for the Network Firewall Policy.Future<CreateUrlListResponse>NetworkFirewallAsyncClient. createUrlList(CreateUrlListRequest request, AsyncHandler<CreateUrlListRequest,CreateUrlListResponse> handler)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateUrlListResponse Modifier and Type Method Description Future<CreateUrlListResponse>NetworkFirewallAsync. createUrlList(CreateUrlListRequest request, AsyncHandler<CreateUrlListRequest,CreateUrlListResponse> handler)Creates a new Url List for the Network Firewall Policy.Future<CreateUrlListResponse>NetworkFirewallAsyncClient. createUrlList(CreateUrlListRequest request, AsyncHandler<CreateUrlListRequest,CreateUrlListResponse> handler)
- 
Uses of CreateUrlListResponse in com.oracle.bmc.networkfirewall.responsesMethods in com.oracle.bmc.networkfirewall.responses that return CreateUrlListResponse Modifier and Type Method Description CreateUrlListResponseCreateUrlListResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateUrlListResponse Modifier and Type Method Description CreateUrlListResponse.BuilderCreateUrlListResponse.Builder. copy(CreateUrlListResponse o)Copy method to populate the builder with values from the given instance.
 
-