Uses of Class
com.amazonaws.services.storagegateway.model.TapeArchive
-
Packages that use TapeArchive Package Description com.amazonaws.services.storagegateway.model -
-
Uses of TapeArchive in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TapeArchive Modifier and Type Method 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.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type TapeArchive Modifier and Type Method Description List<TapeArchive>
DescribeTapeArchivesResult. getTapeArchives()
An array of virtual tape objects in the virtual tape shelf (VTS).Methods in com.amazonaws.services.storagegateway.model with parameters of type TapeArchive Modifier and Type Method Description DescribeTapeArchivesResult
DescribeTapeArchivesResult. withTapeArchives(TapeArchive... tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type TapeArchive Modifier and Type Method 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).
-