Uses of Class
com.oracle.bmc.dataflow.requests.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of CreateApplicationRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type CreateApplicationRequest Modifier and Type Method Description CreateApplicationResponse
DataFlow. createApplication(CreateApplicationRequest request)
Creates an application.Future<CreateApplicationResponse>
DataFlowAsync. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
Creates an application.Future<CreateApplicationResponse>
DataFlowAsyncClient. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
CreateApplicationResponse
DataFlowClient. createApplication(CreateApplicationRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type CreateApplicationRequest Modifier and Type Method Description Future<CreateApplicationResponse>
DataFlowAsync. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
Creates an application.Future<CreateApplicationResponse>
DataFlowAsyncClient. createApplication(CreateApplicationRequest request, AsyncHandler<CreateApplicationRequest,CreateApplicationResponse> handler)
-
Uses of CreateApplicationRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.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.dataflow.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.
-