JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.mailmanager.model

Class StartArchiveSearchRequest

    • Constructor Detail

      • StartArchiveSearchRequest

        public StartArchiveSearchRequest()
    • Method Detail

      • setArchiveId

        public void setArchiveId(String archiveId)

        The identifier of the archive to search emails in.

        Parameters:
        archiveId - The identifier of the archive to search emails in.
      • getArchiveId

        public String getArchiveId()

        The identifier of the archive to search emails in.

        Returns:
        The identifier of the archive to search emails in.
      • withArchiveId

        public StartArchiveSearchRequest withArchiveId(String archiveId)

        The identifier of the archive to search emails in.

        Parameters:
        archiveId - The identifier of the archive to search emails in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFilters

        public void setFilters(ArchiveFilters filters)

        Criteria to filter which emails are included in the search results.

        Parameters:
        filters - Criteria to filter which emails are included in the search results.
      • getFilters

        public ArchiveFilters getFilters()

        Criteria to filter which emails are included in the search results.

        Returns:
        Criteria to filter which emails are included in the search results.
      • withFilters

        public StartArchiveSearchRequest withFilters(ArchiveFilters filters)

        Criteria to filter which emails are included in the search results.

        Parameters:
        filters - Criteria to filter which emails are included in the search results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFromTimestamp

        public void setFromTimestamp(Date fromTimestamp)

        The start timestamp of the range to search emails from.

        Parameters:
        fromTimestamp - The start timestamp of the range to search emails from.
      • getFromTimestamp

        public Date getFromTimestamp()

        The start timestamp of the range to search emails from.

        Returns:
        The start timestamp of the range to search emails from.
      • withFromTimestamp

        public StartArchiveSearchRequest withFromTimestamp(Date fromTimestamp)

        The start timestamp of the range to search emails from.

        Parameters:
        fromTimestamp - The start timestamp of the range to search emails from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        The maximum number of search results to return.

        Parameters:
        maxResults - The maximum number of search results to return.
      • getMaxResults

        public Integer getMaxResults()

        The maximum number of search results to return.

        Returns:
        The maximum number of search results to return.
      • withMaxResults

        public StartArchiveSearchRequest withMaxResults(Integer maxResults)

        The maximum number of search results to return.

        Parameters:
        maxResults - The maximum number of search results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setToTimestamp

        public void setToTimestamp(Date toTimestamp)

        The end timestamp of the range to search emails from.

        Parameters:
        toTimestamp - The end timestamp of the range to search emails from.
      • getToTimestamp

        public Date getToTimestamp()

        The end timestamp of the range to search emails from.

        Returns:
        The end timestamp of the range to search emails from.
      • withToTimestamp

        public StartArchiveSearchRequest withToTimestamp(Date toTimestamp)

        The end timestamp of the range to search emails from.

        Parameters:
        toTimestamp - The end timestamp of the range to search emails from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /