Class ListDevicesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The response from the last list when returning a list large enough to need tokening.

        Returns:
        The response from the last list when returning a list large enough to need tokening.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to select.

        Returns:
        Maximum number of results to select.
      • latestHeartbeatAfter

        public final Instant latestHeartbeatAfter()

        Select fleets where the job was updated after X

        Returns:
        Select fleets where the job was updated after X
      • modelName

        public final String modelName()

        A filter that searches devices that contains this name in any of their models.

        Returns:
        A filter that searches devices that contains this name in any of their models.
      • deviceFleetName

        public final String deviceFleetName()

        Filter for fleets containing this name in their device fleet name.

        Returns:
        Filter for fleets containing this name in their device fleet name.
      • 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