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