Uses of Class
com.oracle.bmc.dts.model.TransferDevice.LifecycleState
-
Packages that use TransferDevice.LifecycleState Package Description com.oracle.bmc.dts com.oracle.bmc.dts.model -
-
Uses of TransferDevice.LifecycleState in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts with parameters of type TransferDevice.LifecycleState Modifier and Type Method Description Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse>
TransferDeviceWaiters. forTransferDevice(GetTransferDeviceRequest request, TransferDevice.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse>
TransferDeviceWaiters. forTransferDevice(GetTransferDeviceRequest request, TransferDevice.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse>
TransferDeviceWaiters. forTransferDevice(GetTransferDeviceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TransferDevice.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of TransferDevice.LifecycleState in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return TransferDevice.LifecycleState Modifier and Type Method Description static TransferDevice.LifecycleState
TransferDevice.LifecycleState. create(String key)
TransferDevice.LifecycleState
TransferDevice. getLifecycleState()
static TransferDevice.LifecycleState
TransferDevice.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferDevice.LifecycleState[]
TransferDevice.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dts.model with parameters of type TransferDevice.LifecycleState Modifier and Type Method Description TransferDevice.Builder
TransferDevice.Builder. lifecycleState(TransferDevice.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.dts.model with parameters of type TransferDevice.LifecycleState Constructor Description TransferDevice(String serialNumber, String iscsiIQN, String label, TransferDevice.LifecycleState lifecycleState, String transferJobId, String attachedTransferPackageLabel, Date creationTime, String uploadStatusLogUri)
Deprecated.
-