Uses of Class
com.oracle.bmc.aidocument.requests.CreateProjectRequest
-
Packages that use CreateProjectRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of CreateProjectRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument with parameters of type CreateProjectRequest Modifier and Type Method Description CreateProjectResponse
AIServiceDocument. createProject(CreateProjectRequest request)
Create a new project.Future<CreateProjectResponse>
AIServiceDocumentAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Create a new project.Future<CreateProjectResponse>
AIServiceDocumentAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
CreateProjectResponse
AIServiceDocumentClient. createProject(CreateProjectRequest request)
Method parameters in com.oracle.bmc.aidocument with type arguments of type CreateProjectRequest Modifier and Type Method Description Future<CreateProjectResponse>
AIServiceDocumentAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Create a new project.Future<CreateProjectResponse>
AIServiceDocumentAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
-
Uses of CreateProjectRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.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.aidocument.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.
-