JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.xray.model

Class GetTraceSummariesResult

    • Constructor Detail

      • GetTraceSummariesResult

        public GetTraceSummariesResult()
    • Method Detail

      • getTraceSummaries

        public List<TraceSummary> getTraceSummaries()

        Trace IDs and annotations for traces that were found in the specified time frame.

        Returns:
        Trace IDs and annotations for traces that were found in the specified time frame.
      • setTraceSummaries

        public void setTraceSummaries(Collection<TraceSummary> traceSummaries)

        Trace IDs and annotations for traces that were found in the specified time frame.

        Parameters:
        traceSummaries - Trace IDs and annotations for traces that were found in the specified time frame.
      • withTraceSummaries

        public GetTraceSummariesResult withTraceSummaries(TraceSummary... traceSummaries)

        Trace IDs and annotations for traces that were found in the specified time frame.

        NOTE: This method appends the values to the existing list (if any). Use setTraceSummaries(java.util.Collection) or withTraceSummaries(java.util.Collection) if you want to override the existing values.

        Parameters:
        traceSummaries - Trace IDs and annotations for traces that were found in the specified time frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTraceSummaries

        public GetTraceSummariesResult withTraceSummaries(Collection<TraceSummary> traceSummaries)

        Trace IDs and annotations for traces that were found in the specified time frame.

        Parameters:
        traceSummaries - Trace IDs and annotations for traces that were found in the specified time frame.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setApproximateTime

        public void setApproximateTime(Date approximateTime)

        The start time of this page of results.

        Parameters:
        approximateTime - The start time of this page of results.
      • getApproximateTime

        public Date getApproximateTime()

        The start time of this page of results.

        Returns:
        The start time of this page of results.
      • withApproximateTime

        public GetTraceSummariesResult withApproximateTime(Date approximateTime)

        The start time of this page of results.

        Parameters:
        approximateTime - The start time of this page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTracesProcessedCount

        public void setTracesProcessedCount(Long tracesProcessedCount)

        The total number of traces processed, including traces that did not match the specified filter expression.

        Parameters:
        tracesProcessedCount - The total number of traces processed, including traces that did not match the specified filter expression.
      • getTracesProcessedCount

        public Long getTracesProcessedCount()

        The total number of traces processed, including traces that did not match the specified filter expression.

        Returns:
        The total number of traces processed, including traces that did not match the specified filter expression.
      • withTracesProcessedCount

        public GetTraceSummariesResult withTracesProcessedCount(Long tracesProcessedCount)

        The total number of traces processed, including traces that did not match the specified filter expression.

        Parameters:
        tracesProcessedCount - The total number of traces processed, including traces that did not match the specified filter expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.

        Parameters:
        nextToken - If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.
      • getNextToken

        public String getNextToken()

        If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.

        Returns:
        If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.
      • withNextToken

        public GetTraceSummariesResult withNextToken(String nextToken)

        If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.

        Parameters:
        nextToken - If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.
        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 によって変換されたページ (->オリジナル) /