Uses of Class
com.oracle.bmc.filestorage.model.Export.LifecycleState
-
Packages that use Export.LifecycleState Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model -
-
Uses of Export.LifecycleState in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type Export.LifecycleState Modifier and Type Method Description Waiter<GetExportRequest,GetExportResponse>FileStorageWaiters. forExport(GetExportRequest request, Export.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetExportRequest,GetExportResponse>FileStorageWaiters. forExport(GetExportRequest request, Export.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetExportRequest,GetExportResponse>FileStorageWaiters. forExport(GetExportRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Export.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Export.LifecycleState in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Export.LifecycleState Modifier and Type Method Description static Export.LifecycleStateExport.LifecycleState. create(String key)Export.LifecycleStateExport. getLifecycleState()The current state of this export.static Export.LifecycleStateExport.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Export.LifecycleState[]Export.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 Export.LifecycleState Modifier and Type Method Description Export.BuilderExport.Builder. lifecycleState(Export.LifecycleState lifecycleState)The current state of this export.Constructors in com.oracle.bmc.filestorage.model with parameters of type Export.LifecycleState Constructor Description Export(List<ClientOptions> exportOptions, String exportSetId, String fileSystemId, String id, Export.LifecycleState lifecycleState, String path, Boolean isIdmapGroupsForSysAuth, Date timeCreated, List<ResourceLock> locks)Deprecated.
-