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.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 © 2018. All rights reserved.