Uses of Class
com.amazonaws.services.storagegateway.model.TapeInfo
-
Packages that use TapeInfo Package Description com.amazonaws.services.storagegateway.model -
-
Uses of TapeInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TapeInfo Modifier and Type Method 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.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type TapeInfo Modifier and Type Method Description List<TapeInfo>
ListTapesResult. getTapeInfos()
Methods in com.amazonaws.services.storagegateway.model with parameters of type TapeInfo Modifier and Type Method Description ListTapesResult
ListTapesResult. withTapeInfos(TapeInfo... tapeInfos)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type TapeInfo Modifier and Type Method Description void
ListTapesResult. setTapeInfos(Collection<TapeInfo> tapeInfos)
ListTapesResult
ListTapesResult. withTapeInfos(Collection<TapeInfo> tapeInfos)
-