Uses of Class
com.oracle.bmc.dataintegration.responses.CreateApplicationResponse
- 
Packages that use CreateApplicationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses 
- 
- 
Uses of CreateApplicationResponse in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration that return CreateApplicationResponse Modifier and Type Method Description CreateApplicationResponseDataIntegration. createApplication(CreateApplicationRequest request)Creates an application.CreateApplicationResponseDataIntegrationClient. createApplication(CreateApplicationRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateApplicationResponse 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)Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateApplicationResponse 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 CreateApplicationResponse in com.oracle.bmc.dataintegration.responsesMethods in com.oracle.bmc.dataintegration.responses that return CreateApplicationResponse Modifier and Type Method Description CreateApplicationResponseCreateApplicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateApplicationResponse Modifier and Type Method Description CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. copy(CreateApplicationResponse o)Copy method to populate the builder with values from the given instance.
 
-