Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tape> |
DescribeTapesResult.tapes
An array of virtual tape descriptions.
|
Modifier and Type | Method and Description |
---|---|
Tape |
Tape.clone() |
Tape |
Tape.withProgress(java.lang.Double progress)
For archiving virtual tapes, indicates how much data remains to be
uploaded before archiving is complete.
|
Tape |
Tape.withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
Tape |
Tape.withTapeBarcode(java.lang.String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
Tape |
Tape.withTapeSizeInBytes(java.lang.Long tapeSizeInBytes)
The size, in bytes, of the virtual tape.
|
Tape |
Tape.withTapeStatus(java.lang.String tapeStatus)
The current state of the virtual tape.
|
Tape |
Tape.withVTLDevice(java.lang.String vTLDevice)
The virtual tape library (VTL) device that the virtual tape is associated
with.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Tape> tapes)
An array of virtual tape descriptions.
|
DescribeTapesResult |
DescribeTapesResult.withTapes(java.util.Collection<Tape> tapes)
An array of virtual tape descriptions.
|
Modifier and Type | Method and Description |
---|---|
Tape |
TapeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TapeJsonMarshaller.marshall(Tape tape,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|