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 newWaiterusing the default configuration.Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse>TransferDeviceWaiters. forTransferDevice(GetTransferDeviceRequest request, TransferDevice.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse>TransferDeviceWaiters. forTransferDevice(GetTransferDeviceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TransferDevice.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateTransferDevice.LifecycleState. create(String key)TransferDevice.LifecycleStateTransferDevice. getLifecycleState()static TransferDevice.LifecycleStateTransferDevice.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.BuilderTransferDevice.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.
-