Uses of Class
com.oracle.bmc.waas.responses.UpdateAddressListResponse
-
Packages that use UpdateAddressListResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of UpdateAddressListResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return UpdateAddressListResponse Modifier and Type Method Description UpdateAddressListResponseWaas. updateAddressList(UpdateAddressListRequest request)Updates the details of an address list.UpdateAddressListResponseWaasClient. updateAddressList(UpdateAddressListRequest request)Methods in com.oracle.bmc.waas that return types with arguments of type UpdateAddressListResponse Modifier and Type Method Description Future<UpdateAddressListResponse>WaasAsync. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler)Updates the details of an address list.Future<UpdateAddressListResponse>WaasAsyncClient. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler)Method parameters in com.oracle.bmc.waas with type arguments of type UpdateAddressListResponse Modifier and Type Method Description Future<UpdateAddressListResponse>WaasAsync. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler)Updates the details of an address list.Future<UpdateAddressListResponse>WaasAsyncClient. updateAddressList(UpdateAddressListRequest request, AsyncHandler<UpdateAddressListRequest,UpdateAddressListResponse> handler) -
Uses of UpdateAddressListResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return UpdateAddressListResponse Modifier and Type Method Description UpdateAddressListResponseUpdateAddressListResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type UpdateAddressListResponse Modifier and Type Method Description UpdateAddressListResponse.BuilderUpdateAddressListResponse.Builder. copy(UpdateAddressListResponse o)Copy method to populate the builder with values from the given instance.
-