Uses of Class
com.oracle.bmc.aianomalydetection.responses.CreateProjectResponse
-
Packages that use CreateProjectResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of CreateProjectResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return CreateProjectResponse Modifier and Type Method Description CreateProjectResponse
AnomalyDetection. createProject(CreateProjectRequest request)
Creates a new Project.CreateProjectResponse
AnomalyDetectionClient. createProject(CreateProjectRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type CreateProjectResponse Modifier and Type Method Description Future<CreateProjectResponse>
AnomalyDetectionAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Creates a new Project.Future<CreateProjectResponse>
AnomalyDetectionAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type CreateProjectResponse Modifier and Type Method Description Future<CreateProjectResponse>
AnomalyDetectionAsync. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
Creates a new Project.Future<CreateProjectResponse>
AnomalyDetectionAsyncClient. createProject(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResponse> handler)
-
Uses of CreateProjectResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return CreateProjectResponse Modifier and Type Method Description CreateProjectResponse
CreateProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.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.
-