Uses of Class
com.oracle.bmc.networkfirewall.requests.DeleteServiceListRequest
-
Packages that use DeleteServiceListRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of DeleteServiceListRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type DeleteServiceListRequest Modifier and Type Method Description DeleteServiceListResponseNetworkFirewall. deleteServiceList(DeleteServiceListRequest request)Deletes a ServiceList resource with the given identifier.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)DeleteServiceListResponseNetworkFirewallClient. deleteServiceList(DeleteServiceListRequest request)Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteServiceListRequest 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 DeleteServiceListRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return DeleteServiceListRequest Modifier and Type Method Description DeleteServiceListRequestDeleteServiceListRequest.Builder. build()Build the instance of DeleteServiceListRequest as configured by this builderDeleteServiceListRequestDeleteServiceListRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteServiceListRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type DeleteServiceListRequest Modifier and Type Method Description DeleteServiceListRequest.BuilderDeleteServiceListRequest.Builder. copy(DeleteServiceListRequest o)Copy method to populate the builder with values from the given instance.
-