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.withRetrievedTo(String retrievedTo)
The Amazon Resource Name (ARN) of the gateway-VTL 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.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.
|
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 © 2018. All rights reserved.