Uses of Class
com.oracle.bmc.ailanguage.requests.CreateProjectRequest
-
Packages that use CreateProjectRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of CreateProjectRequest in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage with parameters of type CreateProjectRequest Modifier and Type Method Description CreateProjectResponse
AIServiceLanguage. createProject(CreateProjectRequest request)
Creates a new Project.Future<CreateProjectResponse>
AIServiceLanguageAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Creates a new Project.Future<CreateProjectResponse>
AIServiceLanguageAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
CreateProjectResponse
AIServiceLanguageClient. createProject(CreateProjectRequest request)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type CreateProjectRequest Modifier and Type Method Description Future<CreateProjectResponse>
AIServiceLanguageAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Creates a new Project.Future<CreateProjectResponse>
AIServiceLanguageAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
-
Uses of CreateProjectRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.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.ailanguage.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.
-