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