Uses of Class
com.oracle.bmc.dataintegration.requests.DeleteProjectRequest
-
Packages that use DeleteProjectRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of DeleteProjectRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type DeleteProjectRequest Modifier and Type Method Description DeleteProjectResponse
DataIntegration. deleteProject(DeleteProjectRequest request)
Removes a project from the workspace using the specified identifier.Future<DeleteProjectResponse>
DataIntegrationAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
Removes a project from the workspace using the specified identifier.Future<DeleteProjectResponse>
DataIntegrationAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
DeleteProjectResponse
DataIntegrationClient. deleteProject(DeleteProjectRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteProjectRequest Modifier and Type Method Description Future<DeleteProjectResponse>
DataIntegrationAsync. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
Removes a project from the workspace using the specified identifier.Future<DeleteProjectResponse>
DataIntegrationAsyncClient. deleteProject(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResponse> handler)
-
Uses of DeleteProjectRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return DeleteProjectRequest Modifier and Type Method Description DeleteProjectRequest
DeleteProjectRequest.Builder. build()
Build the instance of DeleteProjectRequest as configured by this builderDeleteProjectRequest
DeleteProjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteProjectRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type DeleteProjectRequest Modifier and Type Method Description DeleteProjectRequest.Builder
DeleteProjectRequest.Builder. copy(DeleteProjectRequest o)
Copy method to populate the builder with values from the given instance.
-