Uses of Class
com.oracle.bmc.waas.responses.DeleteAddressListResponse
-
Packages that use DeleteAddressListResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of DeleteAddressListResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return DeleteAddressListResponse Modifier and Type Method Description DeleteAddressListResponse
Waas. deleteAddressList(DeleteAddressListRequest request)
Deletes the address list from the compartment if it is not used.DeleteAddressListResponse
WaasClient. deleteAddressList(DeleteAddressListRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type DeleteAddressListResponse Modifier and Type Method Description Future<DeleteAddressListResponse>
WaasAsync. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
Deletes the address list from the compartment if it is not used.Future<DeleteAddressListResponse>
WaasAsyncClient. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
Method parameters in com.oracle.bmc.waas with type arguments of type DeleteAddressListResponse Modifier and Type Method Description Future<DeleteAddressListResponse>
WaasAsync. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
Deletes the address list from the compartment if it is not used.Future<DeleteAddressListResponse>
WaasAsyncClient. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
-
Uses of DeleteAddressListResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return DeleteAddressListResponse Modifier and Type Method Description DeleteAddressListResponse
DeleteAddressListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.responses with parameters of type DeleteAddressListResponse Modifier and Type Method Description DeleteAddressListResponse.Builder
DeleteAddressListResponse.Builder. copy(DeleteAddressListResponse o)
Copy method to populate the builder with values from the given instance.
-