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 UpdateAddressListResponse
NetworkFirewall. 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)
UpdateAddressListResponse
NetworkFirewallClient. 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 UpdateAddressListRequest
UpdateAddressListRequest.Builder. build()
Build the instance of UpdateAddressListRequest as configured by this builderUpdateAddressListRequest
UpdateAddressListRequest.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.Builder
UpdateAddressListRequest.Builder. copy(UpdateAddressListRequest o)
Copy method to populate the builder with values from the given instance.
-