Uses of Class
com.oracle.bmc.networkfirewall.responses.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.responses -
-
Uses of CreateApplicationResponse in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall that return CreateApplicationResponse Modifier and Type Method Description CreateApplicationResponse
NetworkFirewall. createApplication(CreateApplicationRequest request)
Creates a new Application for the Network Firewall Policy.CreateApplicationResponse
NetworkFirewallClient. createApplication(CreateApplicationRequest request)
Methods in com.oracle.bmc.networkfirewall that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description Future<CreateApplicationResponse>
NetworkFirewallAsync. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
Creates a new Application for the Network Firewall Policy.Future<CreateApplicationResponse>
NetworkFirewallAsyncClient. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateApplicationResponse Modifier and Type Method Description Future<CreateApplicationResponse>
NetworkFirewallAsync. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
Creates a new Application for the Network Firewall Policy.Future<CreateApplicationResponse>
NetworkFirewallAsyncClient. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
-
Uses of CreateApplicationResponse in com.oracle.bmc.networkfirewall.responses
Methods in com.oracle.bmc.networkfirewall.responses that return CreateApplicationResponse Modifier and Type Method Description CreateApplicationResponse
CreateApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkfirewall.responses with parameters of type CreateApplicationResponse Modifier and Type Method Description CreateApplicationResponse.Builder
CreateApplicationResponse.Builder. copy(CreateApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-