Uses of Class
com.oracle.bmc.networkfirewall.responses.DeleteApplicationResponse
-
Packages that use DeleteApplicationResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of DeleteApplicationResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponse
NetworkFirewall. deleteApplication(DeleteApplicationRequest request)
Deletes a Application resource with the given identifier.DeleteApplicationResponse
NetworkFirewallClient. deleteApplication(DeleteApplicationRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type DeleteApplicationResponse 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)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type DeleteApplicationResponse 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 DeleteApplicationResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponse
DeleteApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponse.Builder
DeleteApplicationResponse.Builder. copy(DeleteApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-