Uses of Class
com.oracle.bmc.dataintegration.requests.CreateProjectRequest
-
Packages that use CreateProjectRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateProjectRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateProjectRequest Modifier and Type Method Description CreateProjectResponse
DataIntegration. createProject(CreateProjectRequest request)
Creates a project.Future<CreateProjectResponse>
DataIntegrationAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Creates a project.Future<CreateProjectResponse>
DataIntegrationAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
CreateProjectResponse
DataIntegrationClient. createProject(CreateProjectRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateProjectRequest 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 CreateProjectRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return CreateProjectRequest Modifier and Type Method Description CreateProjectRequest
CreateProjectRequest.Builder. build()
Build the instance of CreateProjectRequest as configured by this builderCreateProjectRequest
CreateProjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateProjectRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type CreateProjectRequest Modifier and Type Method Description CreateProjectRequest.Builder
CreateProjectRequest.Builder. copy(CreateProjectRequest o)
Copy method to populate the builder with values from the given instance.
-