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.aidocumentMethods in com.oracle.bmc.aidocument with parameters of type CreateProjectRequest Modifier and Type Method Description CreateProjectResponseAIServiceDocument. 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)CreateProjectResponseAIServiceDocumentClient. 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.requestsMethods in com.oracle.bmc.aidocument.requests that return CreateProjectRequest Modifier and Type Method Description CreateProjectRequestCreateProjectRequest.Builder. build()Build the instance of CreateProjectRequest as configured by this builderCreateProjectRequestCreateProjectRequest.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.BuilderCreateProjectRequest.Builder. copy(CreateProjectRequest o)Copy method to populate the builder with values from the given instance.
 
-