Uses of Class
com.oracle.bmc.waf.requests.UpdateNetworkAddressListRequest
-
Packages that use UpdateNetworkAddressListRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of UpdateNetworkAddressListRequest in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf with parameters of type UpdateNetworkAddressListRequest Modifier and Type Method Description UpdateNetworkAddressListResponse
Waf. updateNetworkAddressList(UpdateNetworkAddressListRequest request)
Update the NetworkAddressList identified by the OCID.Future<UpdateNetworkAddressListResponse>
WafAsync. updateNetworkAddressList(UpdateNetworkAddressListRequest request, AsyncHandler<UpdateNetworkAddressListRequest,UpdateNetworkAddressListResponse> handler)
Update the NetworkAddressList identified by the OCID.Future<UpdateNetworkAddressListResponse>
WafAsyncClient. updateNetworkAddressList(UpdateNetworkAddressListRequest request, AsyncHandler<UpdateNetworkAddressListRequest,UpdateNetworkAddressListResponse> handler)
UpdateNetworkAddressListResponse
WafClient. updateNetworkAddressList(UpdateNetworkAddressListRequest request)
Method parameters in com.oracle.bmc.waf with type arguments of type UpdateNetworkAddressListRequest Modifier and Type Method Description Future<UpdateNetworkAddressListResponse>
WafAsync. updateNetworkAddressList(UpdateNetworkAddressListRequest request, AsyncHandler<UpdateNetworkAddressListRequest,UpdateNetworkAddressListResponse> handler)
Update the NetworkAddressList identified by the OCID.Future<UpdateNetworkAddressListResponse>
WafAsyncClient. updateNetworkAddressList(UpdateNetworkAddressListRequest request, AsyncHandler<UpdateNetworkAddressListRequest,UpdateNetworkAddressListResponse> handler)
-
Uses of UpdateNetworkAddressListRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return UpdateNetworkAddressListRequest Modifier and Type Method Description UpdateNetworkAddressListRequest
UpdateNetworkAddressListRequest.Builder. build()
Build the instance of UpdateNetworkAddressListRequest as configured by this builderUpdateNetworkAddressListRequest
UpdateNetworkAddressListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateNetworkAddressListRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type UpdateNetworkAddressListRequest Modifier and Type Method Description UpdateNetworkAddressListRequest.Builder
UpdateNetworkAddressListRequest.Builder. copy(UpdateNetworkAddressListRequest o)
Copy method to populate the builder with values from the given instance.
-