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 Tape
Tape. clone()
Tape
Tape. withProgress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.Tape
Tape. withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.Tape
Tape. withTapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.Tape
Tape. withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape.Tape
Tape. withTapeStatus(String tapeStatus)
The current state of the virtual tape.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 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 DescribeTapesResult
DescribeTapesResult. 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 void
DescribeTapesResult. setTapes(Collection<Tape> tapes)
An array of virtual tape descriptions.DescribeTapesResult
DescribeTapesResult. withTapes(Collection<Tape> tapes)
An array of virtual tape descriptions.
-