Uses of Class
com.oracle.bmc.dataintegration.responses.CreateProjectResponse
-
Packages that use CreateProjectResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateProjectResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateProjectResponse Modifier and Type Method Description CreateProjectResponse
DataIntegration. createProject(CreateProjectRequest request)
Creates a project.CreateProjectResponse
DataIntegrationClient. createProject(CreateProjectRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateProjectResponse Modifier and Type Method Description Future<CreateProjectResponse>
DataIntegrationAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Creates a project.Future<CreateProjectResponse>
DataIntegrationAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateProjectResponse Modifier and Type Method Description Future<CreateProjectResponse>
DataIntegrationAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Creates a project.Future<CreateProjectResponse>
DataIntegrationAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
-
Uses of CreateProjectResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateProjectResponse Modifier and Type Method Description CreateProjectResponse
CreateProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateProjectResponse Modifier and Type Method Description CreateProjectResponse.Builder
CreateProjectResponse.Builder. copy(CreateProjectResponse o)
Copy method to populate the builder with values from the given instance.
-