Uses of Class
com.oracle.bmc.waf.responses.DeleteNetworkAddressListResponse
-
Packages that use DeleteNetworkAddressListResponse Package Description com.oracle.bmc.waf com.oracle.bmc.waf.responses -
-
Uses of DeleteNetworkAddressListResponse in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf that return DeleteNetworkAddressListResponse Modifier and Type Method Description DeleteNetworkAddressListResponseWaf. deleteNetworkAddressList(DeleteNetworkAddressListRequest request)Deletes a NetworkAddressList resource identified by the OCID.DeleteNetworkAddressListResponseWafClient. deleteNetworkAddressList(DeleteNetworkAddressListRequest request)Methods in com.oracle.bmc.waf that return types with arguments of type DeleteNetworkAddressListResponse Modifier and Type Method Description Future<DeleteNetworkAddressListResponse>WafAsync. deleteNetworkAddressList(DeleteNetworkAddressListRequest request, AsyncHandler<DeleteNetworkAddressListRequest,DeleteNetworkAddressListResponse> handler)Deletes a NetworkAddressList resource identified by the OCID.Future<DeleteNetworkAddressListResponse>WafAsyncClient. deleteNetworkAddressList(DeleteNetworkAddressListRequest request, AsyncHandler<DeleteNetworkAddressListRequest,DeleteNetworkAddressListResponse> handler)Method parameters in com.oracle.bmc.waf with type arguments of type DeleteNetworkAddressListResponse Modifier and Type Method Description Future<DeleteNetworkAddressListResponse>WafAsync. deleteNetworkAddressList(DeleteNetworkAddressListRequest request, AsyncHandler<DeleteNetworkAddressListRequest,DeleteNetworkAddressListResponse> handler)Deletes a NetworkAddressList resource identified by the OCID.Future<DeleteNetworkAddressListResponse>WafAsyncClient. deleteNetworkAddressList(DeleteNetworkAddressListRequest request, AsyncHandler<DeleteNetworkAddressListRequest,DeleteNetworkAddressListResponse> handler) -
Uses of DeleteNetworkAddressListResponse in com.oracle.bmc.waf.responses
Methods in com.oracle.bmc.waf.responses that return DeleteNetworkAddressListResponse Modifier and Type Method Description DeleteNetworkAddressListResponseDeleteNetworkAddressListResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.waf.responses with parameters of type DeleteNetworkAddressListResponse Modifier and Type Method Description DeleteNetworkAddressListResponse.BuilderDeleteNetworkAddressListResponse.Builder. copy(DeleteNetworkAddressListResponse o)Copy method to populate the builder with values from the given instance.
-