Uses of Class
com.oracle.bmc.networkfirewall.requests.DeleteServiceRequest
-
Packages that use DeleteServiceRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of DeleteServiceRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type DeleteServiceRequest Modifier and Type Method Description DeleteServiceResponse
NetworkFirewall. deleteService(DeleteServiceRequest request)
Deletes a Service resource with the given identifier.Future<DeleteServiceResponse>
NetworkFirewallAsync. deleteService(DeleteServiceRequest request, AsyncHandler<DeleteServiceRequest,DeleteServiceResponse> handler)
Deletes a Service resource with the given identifier.Future<DeleteServiceResponse>
NetworkFirewallAsyncClient. deleteService(DeleteServiceRequest request, AsyncHandler<DeleteServiceRequest,DeleteServiceResponse> handler)
DeleteServiceResponse
NetworkFirewallClient. deleteService(DeleteServiceRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteServiceRequest Modifier and Type Method Description Future<DeleteServiceResponse>
NetworkFirewallAsync. deleteService(DeleteServiceRequest request, AsyncHandler<DeleteServiceRequest,DeleteServiceResponse> handler)
Deletes a Service resource with the given identifier.Future<DeleteServiceResponse>
NetworkFirewallAsyncClient. deleteService(DeleteServiceRequest request, AsyncHandler<DeleteServiceRequest,DeleteServiceResponse> handler)
-
Uses of DeleteServiceRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return DeleteServiceRequest Modifier and Type Method Description DeleteServiceRequest
DeleteServiceRequest.Builder. build()
Build the instance of DeleteServiceRequest as configured by this builderDeleteServiceRequest
DeleteServiceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteServiceRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type DeleteServiceRequest Modifier and Type Method Description DeleteServiceRequest.Builder
DeleteServiceRequest.Builder. copy(DeleteServiceRequest o)
Copy method to populate the builder with values from the given instance.
-