Uses of Class
com.oracle.bmc.waf.requests.DeleteNetworkAddressListRequest
-
Packages that use DeleteNetworkAddressListRequest Package Description com.oracle.bmc.waf com.oracle.bmc.waf.requests -
-
Uses of DeleteNetworkAddressListRequest in com.oracle.bmc.waf
Methods in com.oracle.bmc.waf with parameters of type DeleteNetworkAddressListRequest Modifier and Type Method Description DeleteNetworkAddressListResponse
Waf. deleteNetworkAddressList(DeleteNetworkAddressListRequest request)
Deletes a NetworkAddressList resource identified by the OCID.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)
DeleteNetworkAddressListResponse
WafClient. deleteNetworkAddressList(DeleteNetworkAddressListRequest request)
Method parameters in com.oracle.bmc.waf with type arguments of type DeleteNetworkAddressListRequest 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 DeleteNetworkAddressListRequest in com.oracle.bmc.waf.requests
Methods in com.oracle.bmc.waf.requests that return DeleteNetworkAddressListRequest Modifier and Type Method Description DeleteNetworkAddressListRequest
DeleteNetworkAddressListRequest.Builder. build()
Build the instance of DeleteNetworkAddressListRequest as configured by this builderDeleteNetworkAddressListRequest
DeleteNetworkAddressListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteNetworkAddressListRequest as configured by this builderMethods in com.oracle.bmc.waf.requests with parameters of type DeleteNetworkAddressListRequest Modifier and Type Method Description DeleteNetworkAddressListRequest.Builder
DeleteNetworkAddressListRequest.Builder. copy(DeleteNetworkAddressListRequest o)
Copy method to populate the builder with values from the given instance.
-