| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
TapeArchive |
TapeArchive.clone() |
TapeArchive |
TapeArchive.withCompletionTime(Date completionTime)
The time that the archiving of the virtual tape was completed.
|
TapeArchive |
TapeArchive.withKMSKey(String kMSKey) |
TapeArchive |
TapeArchive.withPoolEntryDate(Date poolEntryDate)
The time that the tape entered the custom tape pool.
|
TapeArchive |
TapeArchive.withPoolId(String poolId)
The ID of the pool that was used to archive the tape.
|
TapeArchive |
TapeArchive.withRetentionStartDate(Date retentionStartDate)
If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
|
TapeArchive |
TapeArchive.withRetrievedTo(String retrievedTo)
The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.
|
TapeArchive |
TapeArchive.withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of an archived virtual tape.
|
TapeArchive |
TapeArchive.withTapeBarcode(String tapeBarcode)
The barcode that identifies the archived virtual tape.
|
TapeArchive |
TapeArchive.withTapeCreatedDate(Date tapeCreatedDate)
The date the virtual tape was created.
|
TapeArchive |
TapeArchive.withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the archived virtual tape.
|
TapeArchive |
TapeArchive.withTapeStatus(String tapeStatus)
The current state of the archived virtual tape.
|
TapeArchive |
TapeArchive.withTapeUsedInBytes(Long tapeUsedInBytes)
The size, in bytes, of data stored on the virtual tape.
|
TapeArchive |
TapeArchive.withWorm(Boolean worm)
Set to
true if the archived tape is stored as write-once-read-many (WORM). |
| Modifier and Type | Method and Description |
|---|---|
List<TapeArchive> |
DescribeTapeArchivesResult.getTapeArchives()
An array of virtual tape objects in the virtual tape shelf (VTS).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTapeArchivesResult |
DescribeTapeArchivesResult.withTapeArchives(TapeArchive... tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTapeArchivesResult.setTapeArchives(Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).
|
DescribeTapeArchivesResult |
DescribeTapeArchivesResult.withTapeArchives(Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).
|
Copyright © 2025. All rights reserved.