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