Uses of Class
com.oracle.bmc.datasafe.requests.GetDiscoveryJobRequest
-
Packages that use GetDiscoveryJobRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetDiscoveryJobRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetDiscoveryJobRequest Modifier and Type Method Description Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse>
DataSafeWaiters. forDiscoveryJob(GetDiscoveryJobRequest request, DiscoveryLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse>
DataSafeWaiters. forDiscoveryJob(GetDiscoveryJobRequest request, DiscoveryLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDiscoveryJobRequest,GetDiscoveryJobResponse>
DataSafeWaiters. forDiscoveryJob(GetDiscoveryJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DiscoveryLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datasafe with type arguments of type GetDiscoveryJobRequest Modifier and Type Method Description Future<GetDiscoveryJobResponse>
DataSafeAsync. getDiscoveryJob(GetDiscoveryJobRequest request, AsyncHandler<GetDiscoveryJobRequest,GetDiscoveryJobResponse> handler)
Gets the details of the specified discovery job.Future<GetDiscoveryJobResponse>
DataSafeAsyncClient. getDiscoveryJob(GetDiscoveryJobRequest request, AsyncHandler<GetDiscoveryJobRequest,GetDiscoveryJobResponse> handler)
-
Uses of GetDiscoveryJobRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetDiscoveryJobRequest Modifier and Type Method Description GetDiscoveryJobRequest
GetDiscoveryJobRequest.Builder. build()
Build the instance of GetDiscoveryJobRequest as configured by this builderGetDiscoveryJobRequest
GetDiscoveryJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDiscoveryJobRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetDiscoveryJobRequest Modifier and Type Method Description GetDiscoveryJobRequest.Builder
GetDiscoveryJobRequest.Builder. copy(GetDiscoveryJobRequest o)
Copy method to populate the builder with values from the given instance.
-