Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TapeInfo> |
ListTapesResult.tapeInfos |
Modifier and Type | Method and Description |
---|---|
TapeInfo |
TapeInfo.clone() |
TapeInfo |
TapeInfo.withGatewayARN(java.lang.String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
TapeInfo |
TapeInfo.withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of a virtual tape.
|
TapeInfo |
TapeInfo.withTapeBarcode(java.lang.String tapeBarcode)
The barcode that identifies a specific virtual tape.
|
TapeInfo |
TapeInfo.withTapeSizeInBytes(java.lang.Long tapeSizeInBytes)
The size, in bytes, of a virtual tape.
|
TapeInfo |
TapeInfo.withTapeStatus(java.lang.String tapeStatus)
The status of the tape.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<TapeInfo> tapeInfos) |
ListTapesResult |
ListTapesResult.withTapeInfos(java.util.Collection<TapeInfo> tapeInfos) |
Modifier and Type | Method and Description |
---|---|
TapeInfo |
TapeInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TapeInfoJsonMarshaller.marshall(TapeInfo tapeInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|