Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TapeArchive> |
DescribeTapeArchivesResult.tapeArchives
An array of virtual tape objects in the virtual tape shelf (VTS).
|
Modifier and Type | Method and Description |
---|---|
TapeArchive |
TapeArchive.clone() |
TapeArchive |
TapeArchive.withCompletionTime(java.util.Date completionTime)
The time that the archiving of the virtual tape was completed.
|
TapeArchive |
TapeArchive.withRetrievedTo(java.lang.String retrievedTo)
The Amazon Resource Name (ARN) of the gateway-VTL that the virtual tape
is being retrieved to.
|
TapeArchive |
TapeArchive.withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of an archived virtual tape.
|
TapeArchive |
TapeArchive.withTapeBarcode(java.lang.String tapeBarcode)
The barcode that identifies the archived virtual tape.
|
TapeArchive |
TapeArchive.withTapeSizeInBytes(java.lang.Long tapeSizeInBytes)
The size, in bytes, of the archived virtual tape.
|
TapeArchive |
TapeArchive.withTapeStatus(java.lang.String tapeStatus)
The current state of the archived virtual tape.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TapeArchive> |
DescribeTapeArchivesResult.getTapeArchives()
An array of virtual tape objects in the virtual tape shelf (VTS).
|
Modifier and Type | Method and Description |
---|---|
DescribeTapeArchivesResult |
DescribeTapeArchivesResult.withTapeArchives(TapeArchive... tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTapeArchivesResult.setTapeArchives(java.util.Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).
|
DescribeTapeArchivesResult |
DescribeTapeArchivesResult.withTapeArchives(java.util.Collection<TapeArchive> tapeArchives)
An array of virtual tape objects in the virtual tape shelf (VTS).
|
Modifier and Type | Method and Description |
---|---|
TapeArchive |
TapeArchiveJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TapeArchiveJsonMarshaller.marshall(TapeArchive tapeArchive,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|