Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateServiceListResponse
-
Packages that use CreateServiceListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of CreateServiceListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateServiceListResponse Modifier and Type Method Description CreateServiceListResponse
NetworkFirewall. createServiceList(CreateServiceListRequest request)
Creates a new ServiceList for the Network Firewall Policy.CreateServiceListResponse
NetworkFirewallClient. createServiceList(CreateServiceListRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateServiceListResponse Modifier and Type Method Description Future<CreateServiceListResponse>
NetworkFirewallAsync. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)
Creates a new ServiceList for the Network Firewall Policy.Future<CreateServiceListResponse>
NetworkFirewallAsyncClient. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateServiceListResponse Modifier and Type Method Description Future<CreateServiceListResponse>
NetworkFirewallAsync. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)
Creates a new ServiceList for the Network Firewall Policy.Future<CreateServiceListResponse>
NetworkFirewallAsyncClient. createServiceList(CreateServiceListRequest request, AsyncHandler<CreateServiceListRequest,CreateServiceListResponse> handler)
-
Uses of CreateServiceListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateServiceListResponse Modifier and Type Method Description CreateServiceListResponse
CreateServiceListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateServiceListResponse Modifier and Type Method Description CreateServiceListResponse.Builder
CreateServiceListResponse.Builder. copy(CreateServiceListResponse o)
Copy method to populate the builder with values from the given instance.
-