Uses of Class
com.oracle.bmc.networkfirewall.requests.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of CreateApplicationRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type CreateApplicationRequest Modifier and Type Method Description CreateApplicationResponse
NetworkFirewall. createApplication(CreateApplicationRequest request)
Creates a new Application for the Network Firewall Policy.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)
CreateApplicationResponse
NetworkFirewallClient. createApplication(CreateApplicationRequest request)
Method parameters in com.oracle.bmc.networkfirewall with type arguments of type CreateApplicationRequest 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 CreateApplicationRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return CreateApplicationRequest Modifier and Type Method Description CreateApplicationRequest
CreateApplicationRequest.Builder. build()
Build the instance of CreateApplicationRequest as configured by this builderCreateApplicationRequest
CreateApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateApplicationRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type CreateApplicationRequest Modifier and Type Method Description CreateApplicationRequest.Builder
CreateApplicationRequest.Builder. copy(CreateApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-