Uses of Class
com.oracle.bmc.dts.model.TransferJob.LifecycleState
-
Packages that use TransferJob.LifecycleState Package Description com.oracle.bmc.dts com.oracle.bmc.dts.model -
-
Uses of TransferJob.LifecycleState in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts with parameters of type TransferJob.LifecycleState Modifier and Type Method Description Waiter<GetTransferJobRequest,GetTransferJobResponse>TransferJobWaiters. forTransferJob(GetTransferJobRequest request, TransferJob.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetTransferJobRequest,GetTransferJobResponse>TransferJobWaiters. forTransferJob(GetTransferJobRequest request, TransferJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetTransferJobRequest,GetTransferJobResponse>TransferJobWaiters. forTransferJob(GetTransferJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TransferJob.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of TransferJob.LifecycleState in com.oracle.bmc.dts.model
Methods in com.oracle.bmc.dts.model that return TransferJob.LifecycleState Modifier and Type Method Description static TransferJob.LifecycleStateTransferJob.LifecycleState. create(String key)TransferJob.LifecycleStateTransferJob. getLifecycleState()static TransferJob.LifecycleStateTransferJob.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.Methods in com.oracle.bmc.dts.model with parameters of type TransferJob.LifecycleState Modifier and Type Method Description TransferJob.BuilderTransferJob.Builder. lifecycleState(TransferJob.LifecycleState lifecycleState)Constructors in com.oracle.bmc.dts.model with parameters of type TransferJob.LifecycleState Constructor 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.
-