Uses of Class
com.amazonaws.services.storagegateway.model.TapeRecoveryPointInfo
-
Packages that use TapeRecoveryPointInfo Package Description com.amazonaws.services.storagegateway.model -
-
Uses of TapeRecoveryPointInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TapeRecoveryPointInfo Modifier and Type Method Description TapeRecoveryPointInfoTapeRecoveryPointInfo. clone()TapeRecoveryPointInfoTapeRecoveryPointInfo. withTapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape.TapeRecoveryPointInfoTapeRecoveryPointInfo. withTapeRecoveryPointTime(Date tapeRecoveryPointTime)The time when the point-in-time view of the virtual tape was replicated for later recovery.TapeRecoveryPointInfoTapeRecoveryPointInfo. withTapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of the virtual tapes to recover.TapeRecoveryPointInfoTapeRecoveryPointInfo. withTapeStatus(String tapeStatus)Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type TapeRecoveryPointInfo Modifier and Type Method Description List<TapeRecoveryPointInfo>DescribeTapeRecoveryPointsResult. getTapeRecoveryPointInfos()An array of TapeRecoveryPointInfos that are available for the specified gateway.Methods in com.amazonaws.services.storagegateway.model with parameters of type TapeRecoveryPointInfo Modifier and Type Method Description DescribeTapeRecoveryPointsResultDescribeTapeRecoveryPointsResult. withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type TapeRecoveryPointInfo Modifier and Type Method Description voidDescribeTapeRecoveryPointsResult. setTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway.DescribeTapeRecoveryPointsResultDescribeTapeRecoveryPointsResult. withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway.
-