Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.