| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
DurationSinceLastAccess |
DurationSinceLastAccess.clone() |
DurationSinceLastAccess |
ReleaseConfiguration.getDurationSinceLastAccess()
Defines the point-in-time since an exported file was last accessed, in order for that file to be eligible for
release.
|
DurationSinceLastAccess |
DurationSinceLastAccess.withUnit(String unit)
The unit of time used by the
Value parameter to determine if a file can be released, based on when
it was last accessed. |
DurationSinceLastAccess |
DurationSinceLastAccess.withUnit(Unit unit)
The unit of time used by the
Value parameter to determine if a file can be released, based on when
it was last accessed. |
DurationSinceLastAccess |
DurationSinceLastAccess.withValue(Long value)
An integer that represents the minimum amount of time (in days) since a file was last accessed in the file
system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReleaseConfiguration.setDurationSinceLastAccess(DurationSinceLastAccess durationSinceLastAccess)
Defines the point-in-time since an exported file was last accessed, in order for that file to be eligible for
release.
|
ReleaseConfiguration |
ReleaseConfiguration.withDurationSinceLastAccess(DurationSinceLastAccess durationSinceLastAccess)
Defines the point-in-time since an exported file was last accessed, in order for that file to be eligible for
release.
|
Copyright © 2023. All rights reserved.