Uses of Class
com.oracle.bmc.waf.model.ChangeNetworkAddressListCompartmentDetails
-
Packages that use ChangeNetworkAddressListCompartmentDetails Package Description com.oracle.bmc.waf.model com.oracle.bmc.waf.requests -
-
Uses of ChangeNetworkAddressListCompartmentDetails in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return ChangeNetworkAddressListCompartmentDetails Modifier and Type Method Description ChangeNetworkAddressListCompartmentDetails
ChangeNetworkAddressListCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.waf.model with parameters of type ChangeNetworkAddressListCompartmentDetails Modifier and Type Method Description ChangeNetworkAddressListCompartmentDetails.Builder
ChangeNetworkAddressListCompartmentDetails.Builder. copy(ChangeNetworkAddressListCompartmentDetails model)
-
Uses of ChangeNetworkAddressListCompartmentDetails in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return ChangeNetworkAddressListCompartmentDetails Modifier and Type Method Description ChangeNetworkAddressListCompartmentDetails
ChangeNetworkAddressListCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeNetworkAddressListCompartmentDetails
ChangeNetworkAddressListCompartmentRequest. getChangeNetworkAddressListCompartmentDetails()
The information to be updated.Methods in com.oracle.bmc.waf.requests with parameters of type ChangeNetworkAddressListCompartmentDetails Modifier and Type Method Description ChangeNetworkAddressListCompartmentRequest.Builder
ChangeNetworkAddressListCompartmentRequest.Builder. body$(ChangeNetworkAddressListCompartmentDetails body)
Alternative setter for the body parameter.ChangeNetworkAddressListCompartmentRequest.Builder
ChangeNetworkAddressListCompartmentRequest.Builder. changeNetworkAddressListCompartmentDetails(ChangeNetworkAddressListCompartmentDetails changeNetworkAddressListCompartmentDetails)
The information to be updated.
-