Class ListDevicePositionsRequest

    • Method Detail

      • trackerName

        public final String trackerName()

        The tracker resource containing the requested devices.

        Returns:
        The tracker resource containing the requested devices.
      • maxResults

        public final Integer maxResults()

        An optional limit for the number of entries returned in a single call.

        Default value: 100

        Returns:
        An optional limit for the number of entries returned in a single call.

        Default value: 100

      • nextToken

        public final String nextToken()

        The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

        Default value: null

        Returns:
        The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

        Default value: null

      • filterGeometry

        public final TrackingFilterGeometry filterGeometry()

        The geometry used to filter device positions.

        Returns:
        The geometry used to filter device positions.
      • 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