Package | Description |
---|---|
com.oracle.bmc.dts | |
com.oracle.bmc.dts.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTransferJobRequest,GetTransferJobResponse> |
TransferJobWaiters.forTransferJob(GetTransferJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
TransferJob.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTransferJobRequest,GetTransferJobResponse> |
TransferJobWaiters.forTransferJob(GetTransferJobRequest request,
TransferJob.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTransferJobRequest,GetTransferJobResponse> |
TransferJobWaiters.forTransferJob(GetTransferJobRequest request,
TransferJob.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static TransferJob.LifecycleState |
TransferJob.LifecycleState.create(String key) |
TransferJob.LifecycleState |
TransferJob.getLifecycleState() |
static TransferJob.LifecycleState |
TransferJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferJob.LifecycleState[] |
TransferJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransferJob.Builder |
TransferJob.Builder.lifecycleState(TransferJob.LifecycleState lifecycleState) |
Constructor and Description |
---|
TransferJob(String id,
String compartmentId,
String uploadBucketName,
String displayName,
String label,
Date creationTime,
TransferJob.DeviceType deviceType,
TransferJob.LifecycleState lifecycleState,
List<String> attachedTransferApplianceLabels,
List<String> attachedTransferPackageLabels,
List<String> attachedTransferDeviceLabels,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.