Uses of Class
com.oracle.bmc.networkfirewall.responses.DeleteAddressListResponse
-
Packages that use DeleteAddressListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of DeleteAddressListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return DeleteAddressListResponse Modifier and Type Method Description DeleteAddressListResponse
NetworkFirewall. deleteAddressList(DeleteAddressListRequest request)
Deletes a Address List resource with the given identifier.DeleteAddressListResponse
NetworkFirewallClient. deleteAddressList(DeleteAddressListRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DeleteAddressListResponse Modifier and Type Method Description Future<DeleteAddressListResponse>
NetworkFirewallAsync. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
Deletes a Address List resource with the given identifier.Future<DeleteAddressListResponse>
NetworkFirewallAsyncClient. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteAddressListResponse Modifier and Type Method Description Future<DeleteAddressListResponse>
NetworkFirewallAsync. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
Deletes a Address List resource with the given identifier.Future<DeleteAddressListResponse>
NetworkFirewallAsyncClient. deleteAddressList(DeleteAddressListRequest request, AsyncHandler<DeleteAddressListRequest,DeleteAddressListResponse> handler)
-
Uses of DeleteAddressListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DeleteAddressListResponse Modifier and Type Method Description DeleteAddressListResponse
DeleteAddressListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.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.
-