Uses of Class
com.oracle.bmc.waas.requests.UpdateAddressListRequest
-
Packages that use UpdateAddressListRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateAddressListRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateAddressListRequest Modifier and Type Method Description UpdateAddressListResponse
Waas. updateAddressList(UpdateAddressListRequest request)
Updates the details of an address list.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)
UpdateAddressListResponse
WaasClient. updateAddressList(UpdateAddressListRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateAddressListRequest 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 UpdateAddressListRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateAddressListRequest Modifier and Type Method Description UpdateAddressListRequest
UpdateAddressListRequest.Builder. build()
Build the instance of UpdateAddressListRequest as configured by this builderUpdateAddressListRequest
UpdateAddressListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAddressListRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateAddressListRequest Modifier and Type Method Description UpdateAddressListRequest.Builder
UpdateAddressListRequest.Builder. copy(UpdateAddressListRequest o)
Copy method to populate the builder with values from the given instance.
-