Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetExportRequest,GetExportResponse> |
FileStorageWaiters.forExport(GetExportRequest request,
Export.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetExportRequest,GetExportResponse> |
FileStorageWaiters.forExport(GetExportRequest request,
Export.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetExportRequest,GetExportResponse> |
FileStorageWaiters.forExport(GetExportRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Export.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Export.LifecycleState |
Export.LifecycleState.create(String key) |
Export.LifecycleState |
Export.getLifecycleState()
The current state of this export.
|
static Export.LifecycleState |
Export.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.
|
Modifier and Type | Method and Description |
---|---|
Export.Builder |
Export.Builder.lifecycleState(Export.LifecycleState lifecycleState)
The current state of this export.
|
Constructor and Description |
---|
Export(List<ClientOptions> exportOptions,
String exportSetId,
String fileSystemId,
String id,
Export.LifecycleState lifecycleState,
String path,
Boolean isIdmapGroupsForSysAuth,
Date timeCreated,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.