Uses of Class
com.amazonaws.services.storagegateway.model.Tape
Packages that use Tape
-
Uses of Tape in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TapeModifier and TypeMethodDescriptionTape.clone()
Tape.withProgress
(Double progress) For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.Tape.withTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape.Tape.withTapeBarcode
(String tapeBarcode) The barcode that identifies a specific virtual tape.Tape.withTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the virtual tape.Tape.withTapeStatus
(String tapeStatus) The current state of the virtual tape.Tape.withVTLDevice
(String vTLDevice) The virtual tape library (VTL) device that the virtual tape is associated with.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type TapeModifier and TypeMethodDescriptionDescribeTapesResult.getTapes()
An array of virtual tape descriptions.Methods in com.amazonaws.services.storagegateway.model with parameters of type TapeModifier and TypeMethodDescriptionAn array of virtual tape descriptions.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type TapeModifier and TypeMethodDescriptionvoid
DescribeTapesResult.setTapes
(Collection<Tape> tapes) An array of virtual tape descriptions.DescribeTapesResult.withTapes
(Collection<Tape> tapes) An array of virtual tape descriptions.