Uses of Class
com.oracle.bmc.networkfirewall.responses.UpdateAddressListResponse
-
Packages that use UpdateAddressListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of UpdateAddressListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return UpdateAddressListResponse Modifier and Type Method Description UpdateAddressListResponseNetworkFirewall. updateAddressList(UpdateAddressListRequest request)Updates the Address list with the given name in the network firewall policy.UpdateAddressListResponseNetworkFirewallClient. updateAddressList(UpdateAddressListRequest request)Methods in com.oracle.bmc.networkfirewall that return types with arguments of type UpdateAddressListResponse 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)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type UpdateAddressListResponse 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 UpdateAddressListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return UpdateAddressListResponse Modifier and Type Method Description UpdateAddressListResponseUpdateAddressListResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateAddressListResponse Modifier and Type Method Description UpdateAddressListResponse.BuilderUpdateAddressListResponse.Builder. copy(UpdateAddressListResponse o)Copy method to populate the builder with values from the given instance.
-