Package | Description |
---|---|
com.oracle.bmc.dts | |
com.oracle.bmc.dts.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTransferPackageRequest,GetTransferPackageResponse> |
TransferPackageWaiters.forTransferPackage(GetTransferPackageRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
TransferPackage.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTransferPackageRequest,GetTransferPackageResponse> |
TransferPackageWaiters.forTransferPackage(GetTransferPackageRequest request,
TransferPackage.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTransferPackageRequest,GetTransferPackageResponse> |
TransferPackageWaiters.forTransferPackage(GetTransferPackageRequest request,
TransferPackage.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static TransferPackage.LifecycleState |
TransferPackage.LifecycleState.create(String key) |
TransferPackage.LifecycleState |
TransferPackage.getLifecycleState() |
static TransferPackage.LifecycleState |
TransferPackage.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferPackage.LifecycleState[] |
TransferPackage.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransferPackage.Builder |
TransferPackage.Builder.lifecycleState(TransferPackage.LifecycleState lifecycleState) |
Constructor and Description |
---|
TransferPackage(String label,
TransferPackage.LifecycleState lifecycleState,
String transferJobId,
Date creationTime,
String originalPackageDeliveryTrackingNumber,
String returnPackageDeliveryTrackingNumber,
String packageDeliveryVendor,
String transferSiteShippingAddress,
List<String> attachedTransferDeviceLabels)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.