Uses of Class
com.amazonaws.services.storagegateway.model.TapeInfo
Packages that use TapeInfo
-
Uses of TapeInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TapeInfoModifier and TypeMethodDescriptionTapeInfo.clone()
TapeInfo.withGatewayARN
(String gatewayARN) The Amazon Resource Name (ARN) of the gateway.TapeInfo.withTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of a virtual tape.TapeInfo.withTapeBarcode
(String tapeBarcode) The barcode that identifies a specific virtual tape.TapeInfo.withTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of a virtual tape.TapeInfo.withTapeStatus
(String tapeStatus) The status of the tape.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type TapeInfoMethods in com.amazonaws.services.storagegateway.model with parameters of type TapeInfoModifier and TypeMethodDescriptionListTapesResult.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 TapeInfoModifier and TypeMethodDescriptionvoid
ListTapesResult.setTapeInfos
(Collection<TapeInfo> tapeInfos) ListTapesResult.withTapeInfos
(Collection<TapeInfo> tapeInfos)