Package | Description |
---|---|
com.oracle.bmc.dts | |
com.oracle.bmc.dts.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse> |
TransferDeviceWaiters.forTransferDevice(GetTransferDeviceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
TransferDevice.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse> |
TransferDeviceWaiters.forTransferDevice(GetTransferDeviceRequest request,
TransferDevice.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTransferDeviceRequest,GetTransferDeviceResponse> |
TransferDeviceWaiters.forTransferDevice(GetTransferDeviceRequest request,
TransferDevice.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
TransferDevice.Builder |
TransferDevice.Builder.lifecycleState(TransferDevice.LifecycleState lifecycleState) |
Constructor and Description |
---|
TransferDevice(String serialNumber,
String iscsiIQN,
String label,
TransferDevice.LifecycleState lifecycleState,
String transferJobId,
String attachedTransferPackageLabel,
Date creationTime,
String uploadStatusLogUri)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.