Class DeleteTapeRequest

    • Method Detail

      • gatewayARN

        public final String gatewayARN()

        The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

        Returns:
        The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
      • tapeARN

        public final String tapeARN()

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

        Returns:
        The Amazon Resource Name (ARN) of the virtual tape to delete.
      • 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