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