| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Tape |
Tape.clone() |
Tape |
Tape.withKMSKey(String kMSKey) |
Tape |
Tape.withPoolEntryDate(Date poolEntryDate)
The date that the tape enters a custom tape pool.
|
Tape |
Tape.withPoolId(String poolId)
The ID of the pool that contains tapes that will be archived.
|
Tape |
Tape.withProgress(Double progress)
For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.
|
Tape |
Tape.withRetentionStartDate(Date retentionStartDate)
The date that the tape is first archived with tape retention lock enabled.
|
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.withTapeCreatedDate(Date tapeCreatedDate)
The date the virtual tape was created.
|
Tape |
Tape.withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape capacity.
|
Tape |
Tape.withTapeStatus(String tapeStatus)
The current state of the virtual tape.
|
Tape |
Tape.withTapeUsedInBytes(Long tapeUsedInBytes)
The size, in bytes, of data stored on the virtual tape.
|
Tape |
Tape.withVTLDevice(String vTLDevice)
The virtual tape library (VTL) device that the virtual tape is associated with.
|
Tape |
Tape.withWorm(Boolean worm)
If the tape is archived as write-once-read-many (WORM), this value is
true. |
| 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 © 2023. All rights reserved.