Uses of Class
com.oracle.bmc.networkfirewall.requests.UpdateAddressListRequest
-
Packages that use UpdateAddressListRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of UpdateAddressListRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type UpdateAddressListRequest Modifier and Type Method Description UpdateAddressListResponseNetworkFirewall. updateAddressList(UpdateAddressListRequest request)Updates the Address list with the given name in the network firewall policy.Future<UpdateAddressListResponse>NetworkFirewallAsync. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler)Updates the Address list with the given name in the network firewall policy.Future<UpdateAddressListResponse>NetworkFirewallAsyncClient. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler)UpdateAddressListResponseNetworkFirewallClient. updateAddressList(UpdateAddressListRequest request)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateAddressListRequest Modifier and Type Method Description Future<UpdateAddressListResponse>NetworkFirewallAsync. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler)Updates the Address list with the given name in the network firewall policy.Future<UpdateAddressListResponse>NetworkFirewallAsyncClient. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler) -
Uses of UpdateAddressListRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return UpdateAddressListRequest Modifier and Type Method Description UpdateAddressListRequestUpdateAddressListRequest.Builder. build()Build the instance of UpdateAddressListRequest as configured by this builderUpdateAddressListRequestUpdateAddressListRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateAddressListRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type UpdateAddressListRequest Modifier and Type Method Description UpdateAddressListRequest.BuilderUpdateAddressListRequest.Builder. copy(UpdateAddressListRequest o)Copy method to populate the builder with values from the given instance.
-