| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
TapeInfo |
TapeInfo.clone() |
TapeInfo |
TapeInfo.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
TapeInfo |
TapeInfo.withPoolEntryDate(Date poolEntryDate)
The date that the tape entered the custom tape pool with tape retention lock enabled.
|
TapeInfo |
TapeInfo.withPoolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
TapeInfo |
TapeInfo.withRetentionStartDate(Date retentionStartDate)
The date that the tape became subject to tape retention lock.
|
TapeInfo |
TapeInfo.withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of a virtual tape.
|
TapeInfo |
TapeInfo.withTapeBarcode(String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
TapeInfo |
TapeInfo.withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of a virtual tape.
|
TapeInfo |
TapeInfo.withTapeStatus(String tapeStatus)
The status of the tape.
|
| Modifier and Type | Method and Description |
|---|---|
List<TapeInfo> |
ListTapesResult.getTapeInfos() |
| Modifier and Type | Method and Description |
|---|---|
ListTapesResult |
ListTapesResult.withTapeInfos(TapeInfo... tapeInfos)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTapesResult.setTapeInfos(Collection<TapeInfo> tapeInfos) |
ListTapesResult |
ListTapesResult.withTapeInfos(Collection<TapeInfo> tapeInfos) |
Copyright © 2022. All rights reserved.