Uses of Class
com.oracle.bmc.ailanguage.responses.DeleteProjectResponse
- 
Packages that use DeleteProjectResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses 
- 
- 
Uses of DeleteProjectResponse in com.oracle.bmc.ailanguageMethods in com.oracle.bmc.ailanguage that return DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponseAIServiceLanguage. deleteProject(DeleteProjectRequest request)Deletes a Project resource by identifier.DeleteProjectResponseAIServiceLanguageClient. deleteProject(DeleteProjectRequest request)Methods in com.oracle.bmc.ailanguage that return types with arguments of type DeleteProjectResponse Modifier and Type Method Description Future<DeleteProjectResponse>AIServiceLanguageAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)Deletes a Project resource by identifier.Future<DeleteProjectResponse>AIServiceLanguageAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)Method parameters in com.oracle.bmc.ailanguage with type arguments of type DeleteProjectResponse Modifier and Type Method Description Future<DeleteProjectResponse>AIServiceLanguageAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)Deletes a Project resource by identifier.Future<DeleteProjectResponse>AIServiceLanguageAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
- 
Uses of DeleteProjectResponse in com.oracle.bmc.ailanguage.responsesMethods in com.oracle.bmc.ailanguage.responses that return DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponseDeleteProjectResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type DeleteProjectResponse Modifier and Type Method Description DeleteProjectResponse.BuilderDeleteProjectResponse.Builder. copy(DeleteProjectResponse o)Copy method to populate the builder with values from the given instance.
 
-