Uses of Class
com.amazonaws.services.storagegateway.model.TapeArchive
Packages that use TapeArchive
-
Uses of TapeArchive in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TapeArchiveModifier and TypeMethodDescriptionTapeArchive.clone()
TapeArchive.withCompletionTime
(Date completionTime) The time that the archiving of the virtual tape was completed.TapeArchive.withRetrievedTo
(String retrievedTo) The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape is being retrieved to.TapeArchive.withTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of an archived virtual tape.TapeArchive.withTapeBarcode
(String tapeBarcode) The barcode that identifies the archived virtual tape.TapeArchive.withTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the archived virtual tape.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 TapeArchiveModifier and TypeMethodDescriptionDescribeTapeArchivesResult.getTapeArchives()
An array of virtual tape objects in the virtual tape shelf (VTS).Methods in com.amazonaws.services.storagegateway.model with parameters of type TapeArchiveModifier and TypeMethodDescriptionDescribeTapeArchivesResult.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 TapeArchiveModifier and TypeMethodDescriptionvoid
DescribeTapeArchivesResult.setTapeArchives
(Collection<TapeArchive> tapeArchives) An array of virtual tape objects in the virtual tape shelf (VTS).DescribeTapeArchivesResult.withTapeArchives
(Collection<TapeArchive> tapeArchives) An array of virtual tape objects in the virtual tape shelf (VTS).