Uses of Class
com.oracle.bmc.filestorage.model.ExportSet.LifecycleState
-
Packages that use ExportSet.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of ExportSet.LifecycleState in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type ExportSet.LifecycleState Modifier and Type Method Description Waiter<GetExportSetRequest,GetExportSetResponse>
FileStorageWaiters. forExportSet(GetExportSetRequest request, ExportSet.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetExportSetRequest,GetExportSetResponse>
FileStorageWaiters. forExportSet(GetExportSetRequest request, ExportSet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetExportSetRequest,GetExportSetResponse>
FileStorageWaiters. forExportSet(GetExportSetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ExportSet.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ExportSet.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ExportSet.LifecycleState Modifier and Type Method Description static ExportSet.LifecycleState
ExportSet.LifecycleState. create(String key)
ExportSet.LifecycleState
ExportSet. getLifecycleState()
The current state of the export set.static ExportSet.LifecycleState
ExportSet.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportSet.LifecycleState[]
ExportSet.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type ExportSet.LifecycleState Modifier and Type Method Description ExportSet.Builder
ExportSet.Builder. lifecycleState(ExportSet.LifecycleState lifecycleState)
The current state of the export set.Constructors in com.oracle.bmc.filestorage.model with parameters of type ExportSet.LifecycleState Constructor Description ExportSet(String availabilityDomain, String compartmentId, String displayName, String id, ExportSet.LifecycleState lifecycleState, Long maxFsStatBytes, Long maxFsStatFiles, Date timeCreated, String vcnId)
Deprecated.
-