Uses of Class
com.oracle.bmc.waas.model.UpdateAddressListDetails
-
Packages that use UpdateAddressListDetails Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of UpdateAddressListDetails in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return UpdateAddressListDetails Modifier and Type Method Description UpdateAddressListDetails
UpdateAddressListDetails.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type UpdateAddressListDetails Modifier and Type Method Description UpdateAddressListDetails.Builder
UpdateAddressListDetails.Builder. copy(UpdateAddressListDetails model)
-
Uses of UpdateAddressListDetails in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateAddressListDetails Modifier and Type Method Description UpdateAddressListDetails
UpdateAddressListRequest. getBody$()
Alternative accessor for the body parameter.UpdateAddressListDetails
UpdateAddressListRequest. getUpdateAddressListDetails()
The details of the address list to update.Methods in com.oracle.bmc.waas.requests with parameters of type UpdateAddressListDetails Modifier and Type Method Description UpdateAddressListRequest.Builder
UpdateAddressListRequest.Builder. body$(UpdateAddressListDetails body)
Alternative setter for the body parameter.UpdateAddressListRequest.Builder
UpdateAddressListRequest.Builder. updateAddressListDetails(UpdateAddressListDetails updateAddressListDetails)
The details of the address list to update.
-