Uses of Class
com.amazonaws.services.storagegateway.model.Tape
-
Packages that use Tape Package Description com.amazonaws.services.storagegateway.model -
-
Uses of Tape in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return Tape Modifier and Type Method Description TapeTape. clone()TapeTape. withProgress(Double progress)For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.TapeTape. withTapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape.TapeTape. withTapeBarcode(String tapeBarcode)The barcode that identifies a specific virtual tape.TapeTape. withTapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of the virtual tape.TapeTape. withTapeStatus(String tapeStatus)The current state of the virtual tape.TapeTape. 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 Tape Modifier and Type Method Description List<Tape>DescribeTapesResult. getTapes()An array of virtual tape descriptions.Methods in com.amazonaws.services.storagegateway.model with parameters of type Tape Modifier and Type Method Description DescribeTapesResultDescribeTapesResult. withTapes(Tape... tapes)An array of virtual tape descriptions.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type Tape Modifier and Type Method Description voidDescribeTapesResult. setTapes(Collection<Tape> tapes)An array of virtual tape descriptions.DescribeTapesResultDescribeTapesResult. withTapes(Collection<Tape> tapes)An array of virtual tape descriptions.
-