Class GetLegalHoldResponse

    • Method Detail

      • title

        public final String title()

        The title of the legal hold.

        Returns:
        The title of the legal hold.
      • description

        public final String description()

        The description of the legal hold.

        Returns:
        The description of the legal hold.
      • cancelDescription

        public final String cancelDescription()

        The reason for removing the legal hold.

        Returns:
        The reason for removing the legal hold.
      • legalHoldId

        public final String legalHoldId()

        The ID of the legal hold.

        Returns:
        The ID of the legal hold.
      • legalHoldArn

        public final String legalHoldArn()

        The framework ARN for the specified legal hold. The format of the ARN depends on the resource type.

        Returns:
        The framework ARN for the specified legal hold. The format of the ARN depends on the resource type.
      • creationDate

        public final Instant creationDate()

        The time when the legal hold was created.

        Returns:
        The time when the legal hold was created.
      • cancellationDate

        public final Instant cancellationDate()

        The time when the legal hold was cancelled.

        Returns:
        The time when the legal hold was cancelled.
      • retainRecordUntil

        public final Instant retainRecordUntil()

        The date and time until which the legal hold record is retained.

        Returns:
        The date and time until which the legal hold record is retained.
      • recoveryPointSelection

        public final RecoveryPointSelection recoveryPointSelection()

        The criteria to assign a set of resources, such as resource types or backup vaults.

        Returns:
        The criteria to assign a set of resources, such as resource types or backup vaults.
      • 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