Uses of Class
com.oracle.bmc.datasafe.requests.GetDiscoveryJobResultRequest
-
Packages that use GetDiscoveryJobResultRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetDiscoveryJobResultRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type GetDiscoveryJobResultRequest Modifier and Type Method Description GetDiscoveryJobResultResponse
DataSafe. getDiscoveryJobResult(GetDiscoveryJobResultRequest request)
Gets the details of the specified discovery result.Future<GetDiscoveryJobResultResponse>
DataSafeAsync. getDiscoveryJobResult(GetDiscoveryJobResultRequest request, AsyncHandler<GetDiscoveryJobResultRequest,GetDiscoveryJobResultResponse> handler)
Gets the details of the specified discovery result.Future<GetDiscoveryJobResultResponse>
DataSafeAsyncClient. getDiscoveryJobResult(GetDiscoveryJobResultRequest request, AsyncHandler<GetDiscoveryJobResultRequest,GetDiscoveryJobResultResponse> handler)
GetDiscoveryJobResultResponse
DataSafeClient. getDiscoveryJobResult(GetDiscoveryJobResultRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetDiscoveryJobResultRequest Modifier and Type Method Description Future<GetDiscoveryJobResultResponse>
DataSafeAsync. getDiscoveryJobResult(GetDiscoveryJobResultRequest request, AsyncHandler<GetDiscoveryJobResultRequest,GetDiscoveryJobResultResponse> handler)
Gets the details of the specified discovery result.Future<GetDiscoveryJobResultResponse>
DataSafeAsyncClient. getDiscoveryJobResult(GetDiscoveryJobResultRequest request, AsyncHandler<GetDiscoveryJobResultRequest,GetDiscoveryJobResultResponse> handler)
-
Uses of GetDiscoveryJobResultRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetDiscoveryJobResultRequest Modifier and Type Method Description GetDiscoveryJobResultRequest
GetDiscoveryJobResultRequest.Builder. build()
Build the instance of GetDiscoveryJobResultRequest as configured by this builderGetDiscoveryJobResultRequest
GetDiscoveryJobResultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDiscoveryJobResultRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetDiscoveryJobResultRequest Modifier and Type Method Description GetDiscoveryJobResultRequest.Builder
GetDiscoveryJobResultRequest.Builder. copy(GetDiscoveryJobResultRequest o)
Copy method to populate the builder with values from the given instance.
-