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 TapeInfoTapeInfo. clone()TapeInfoTapeInfo. withGatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the gateway.TapeInfoTapeInfo. withTapeARN(String tapeARN)The Amazon Resource Name (ARN) of a virtual tape.TapeInfoTapeInfo. withTapeBarcode(String tapeBarcode)The barcode that identifies a specific virtual tape.TapeInfoTapeInfo. withTapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of a virtual tape.TapeInfoTapeInfo. 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 ListTapesResultListTapesResult. 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 voidListTapesResult. setTapeInfos(Collection<TapeInfo> tapeInfos)ListTapesResultListTapesResult. withTapeInfos(Collection<TapeInfo> tapeInfos)
-