Uses of Class
com.oracle.bmc.networkfirewall.responses.DeleteServiceListResponse
-
Packages that use DeleteServiceListResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of DeleteServiceListResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return DeleteServiceListResponse Modifier and Type Method Description DeleteServiceListResponse
NetworkFirewall. deleteServiceList(DeleteServiceListRequest request)
Deletes a ServiceList resource with the given identifier.DeleteServiceListResponse
NetworkFirewallClient. deleteServiceList(DeleteServiceListRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DeleteServiceListResponse Modifier and Type Method Description Future<DeleteServiceListResponse>
NetworkFirewallAsync. deleteServiceList(DeleteServiceListRequest request, AsyncHandler<DeleteServiceListRequest,DeleteServiceListResponse> handler)
Deletes a ServiceList resource with the given identifier.Future<DeleteServiceListResponse>
NetworkFirewallAsyncClient. deleteServiceList(DeleteServiceListRequest request, AsyncHandler<DeleteServiceListRequest,DeleteServiceListResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteServiceListResponse Modifier and Type Method Description Future<DeleteServiceListResponse>
NetworkFirewallAsync. deleteServiceList(DeleteServiceListRequest request, AsyncHandler<DeleteServiceListRequest,DeleteServiceListResponse> handler)
Deletes a ServiceList resource with the given identifier.Future<DeleteServiceListResponse>
NetworkFirewallAsyncClient. deleteServiceList(DeleteServiceListRequest request, AsyncHandler<DeleteServiceListRequest,DeleteServiceListResponse> handler)
-
Uses of DeleteServiceListResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DeleteServiceListResponse Modifier and Type Method Description DeleteServiceListResponse
DeleteServiceListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DeleteServiceListResponse Modifier and Type Method Description DeleteServiceListResponse.Builder
DeleteServiceListResponse.Builder. copy(DeleteServiceListResponse o)
Copy method to populate the builder with values from the given instance.
-