Uses of Class
com.oracle.bmc.waf.model.UpdateNetworkAddressListDetails
-
Packages that use UpdateNetworkAddressListDetails Package Description com.oracle.bmc.waf.model com.oracle.bmc.waf.requests -
-
Uses of UpdateNetworkAddressListDetails in com.oracle.bmc.waf.model
Subclasses of UpdateNetworkAddressListDetails in com.oracle.bmc.waf.model Modifier and Type Class Description class
UpdateNetworkAddressListAddressesDetails
The information to be updated for NetworkAddressListAddresses.class
UpdateNetworkAddressListVcnAddressesDetails
The information to be updated for NetworkAddressListVcnAddresses. -
Uses of UpdateNetworkAddressListDetails in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return UpdateNetworkAddressListDetails Modifier and Type Method Description UpdateNetworkAddressListDetails
UpdateNetworkAddressListRequest. getBody$()
Alternative accessor for the body parameter.UpdateNetworkAddressListDetails
UpdateNetworkAddressListRequest. getUpdateNetworkAddressListDetails()
The information to be updated.Methods in com.oracle.bmc.waf.requests with parameters of type UpdateNetworkAddressListDetails Modifier and Type Method Description UpdateNetworkAddressListRequest.Builder
UpdateNetworkAddressListRequest.Builder. body$(UpdateNetworkAddressListDetails body)
Alternative setter for the body parameter.UpdateNetworkAddressListRequest.Builder
UpdateNetworkAddressListRequest.Builder. updateNetworkAddressListDetails(UpdateNetworkAddressListDetails updateNetworkAddressListDetails)
The information to be updated.
-