Uses of Class
com.oracle.bmc.dts.requests.GetTransferJobRequest
-
Packages that use GetTransferJobRequest Package Description com.oracle.bmc.dts com.oracle.bmc.dts.requests -
-
Uses of GetTransferJobRequest in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts that return types with arguments of type GetTransferJobRequest Modifier and Type Method Description Waiter<GetTransferJobRequest,GetTransferJobResponse>
TransferJobWaiters. forTransferJob(GetTransferJobRequest request, TransferJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTransferJobRequest,GetTransferJobResponse>
TransferJobWaiters. forTransferJob(GetTransferJobRequest request, TransferJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTransferJobRequest,GetTransferJobResponse>
TransferJobWaiters. forTransferJob(GetTransferJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TransferJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dts with type arguments of type GetTransferJobRequest Modifier and Type Method Description Future<GetTransferJobResponse>
TransferJobAsync. getTransferJob(GetTransferJobRequest request, AsyncHandler<GetTransferJobRequest,GetTransferJobResponse> handler)
Describes a transfer job in detailFuture<GetTransferJobResponse>
TransferJobAsyncClient. getTransferJob(GetTransferJobRequest request, AsyncHandler<GetTransferJobRequest,GetTransferJobResponse> handler)
-
Uses of GetTransferJobRequest in com.oracle.bmc.dts.requests
Methods in com.oracle.bmc.dts.requests that return GetTransferJobRequest Modifier and Type Method Description GetTransferJobRequest
GetTransferJobRequest.Builder. build()
Build the instance of GetTransferJobRequest as configured by this builderGetTransferJobRequest
GetTransferJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTransferJobRequest as configured by this builderMethods in com.oracle.bmc.dts.requests with parameters of type GetTransferJobRequest Modifier and Type Method Description GetTransferJobRequest.Builder
GetTransferJobRequest.Builder. copy(GetTransferJobRequest o)
Copy method to populate the builder with values from the given instance.
-