Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Tape> |
DescribeTapesResult.getTapes()
An array of virtual tape descriptions.
|
Modifier and Type | Method and Description |
---|---|
DescribeTapesResult |
DescribeTapesResult.withTapes(Tape... tapes)
An array of virtual tape descriptions.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.