Uses of Class
com.oracle.bmc.dataintegration.responses.GetProjectResponse
-
Packages that use GetProjectResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetProjectResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
DataIntegration. getProject(GetProjectRequest request)
Retrieves a project using the specified identifier.GetProjectResponse
DataIntegrationClient. getProject(GetProjectRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetProjectResponse Modifier and Type Method Description Future<GetProjectResponse>
DataIntegrationAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Retrieves a project using the specified identifier.Future<GetProjectResponse>
DataIntegrationAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetProjectResponse Modifier and Type Method Description Future<GetProjectResponse>
DataIntegrationAsync. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
Retrieves a project using the specified identifier.Future<GetProjectResponse>
DataIntegrationAsyncClient. getProject(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResponse> handler)
-
Uses of GetProjectResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetProjectResponse Modifier and Type Method Description GetProjectResponse
GetProjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetProjectResponse Modifier and Type Method Description GetProjectResponse.Builder
GetProjectResponse.Builder. copy(GetProjectResponse o)
Copy method to populate the builder with values from the given instance.
-