Class TapeArchive

    • Method Detail

      • tapeARN

        public final String tapeARN()

        The Amazon Resource Name (ARN) of an archived virtual tape.

        Returns:
        The Amazon Resource Name (ARN) of an archived virtual tape.
      • tapeBarcode

        public final String tapeBarcode()

        The barcode that identifies the archived virtual tape.

        Returns:
        The barcode that identifies the archived virtual tape.
      • tapeCreatedDate

        public final Instant tapeCreatedDate()

        The date the virtual tape was created.

        Returns:
        The date the virtual tape was created.
      • tapeSizeInBytes

        public final Long tapeSizeInBytes()

        The size, in bytes, of the archived virtual tape.

        Returns:
        The size, in bytes, of the archived virtual tape.
      • completionTime

        public final Instant completionTime()

        The time that the archiving of the virtual tape was completed.

        The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

        Returns:
        The time that the archiving of the virtual tape was completed.

        The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

      • retrievedTo

        public final String retrievedTo()

        The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.

        The virtual tape is retrieved from the virtual tape shelf (VTS).

        Returns:
        The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.

        The virtual tape is retrieved from the virtual tape shelf (VTS).

      • tapeStatus

        public final String tapeStatus()

        The current state of the archived virtual tape.

        Returns:
        The current state of the archived virtual tape.
      • tapeUsedInBytes

        public final Long tapeUsedInBytes()

        The size, in bytes, of data stored on the virtual tape.

        This value is not available for tapes created prior to May 13, 2015.

        Returns:
        The size, in bytes, of data stored on the virtual tape.

        This value is not available for tapes created prior to May 13, 2015.

      • kmsKey

        public final String kmsKey()
        Returns the value of the KMSKey property for this object.
        Returns:
        The value of the KMSKey property for this object.
      • poolId

        public final String poolId()

        The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.

        Returns:
        The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.
      • worm

        public final Boolean worm()

        Set to true if the archived tape is stored as write-once-read-many (WORM).

        Returns:
        Set to true if the archived tape is stored as write-once-read-many (WORM).
      • retentionStartDate

        public final Instant retentionStartDate()

        If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.

        Returns:
        If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.
      • poolEntryDate

        public final Instant poolEntryDate()

        The time that the tape entered the custom tape pool.

        The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

        Returns:
        The time that the tape entered the custom tape pool.

        The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)