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