Class DeleteTapeArchiveRequest

    • Method Detail

      • tapeARN

        public final String tapeARN()

        The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

        Returns:
        The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
      • bypassGovernanceRetention

        public final Boolean bypassGovernanceRetention()

        Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted.

        Returns:
        Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted.
      • 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