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.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateUrlListResponse Modifier and Type Method Description CreateUrlListResponse
NetworkFirewall. createUrlList(CreateUrlListRequest request)
Creates a new Url List for the Network Firewall Policy.CreateUrlListResponse
NetworkFirewallClient. 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.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateUrlListResponse Modifier and Type Method Description CreateUrlListResponse
CreateUrlListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateUrlListResponse Modifier and Type Method Description CreateUrlListResponse.Builder
CreateUrlListResponse.Builder. copy(CreateUrlListResponse o)
Copy method to populate the builder with values from the given instance.
-