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 UpdateAddressListResponse
NetworkFirewall. updateAddressList(UpdateAddressListRequest request)
Updates the Address list with the given name in the network firewall policy.UpdateAddressListResponse
NetworkFirewallClient. 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 UpdateAddressListResponse
UpdateAddressListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type UpdateAddressListResponse Modifier and Type Method Description UpdateAddressListResponse.Builder
UpdateAddressListResponse.Builder. copy(UpdateAddressListResponse o)
Copy method to populate the builder with values from the given instance.
-