Uses of Class
com.oracle.bmc.dataintegration.requests.GetProjectRequest
-
Packages that use GetProjectRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetProjectRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetProjectRequest Modifier and Type Method Description GetProjectResponse
DataIntegration. getProject(GetProjectRequest request)
Retrieves a project using the specified identifier.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)
GetProjectResponse
DataIntegrationClient. getProject(GetProjectRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetProjectRequest 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 GetProjectRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetProjectRequest Modifier and Type Method Description GetProjectRequest
GetProjectRequest.Builder. build()
Build the instance of GetProjectRequest as configured by this builderGetProjectRequest
GetProjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProjectRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetProjectRequest Modifier and Type Method Description GetProjectRequest.Builder
GetProjectRequest.Builder. copy(GetProjectRequest o)
Copy method to populate the builder with values from the given instance.
-