Class ListDeviceFleetsRequest

    • 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()

        The maximum number of results to select.

        Returns:
        The maximum number of results to select.
      • creationTimeAfter

        public final Instant creationTimeAfter()

        Filter fleets where packaging job was created after specified time.

        Returns:
        Filter fleets where packaging job was created after specified time.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        Filter fleets where the edge packaging job was created before specified time.

        Returns:
        Filter fleets where the edge packaging job was created before specified time.
      • lastModifiedTimeAfter

        public final Instant lastModifiedTimeAfter()

        Select fleets where the job was updated after X

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

        public final Instant lastModifiedTimeBefore()

        Select fleets where the job was updated before X

        Returns:
        Select fleets where the job was updated before X
      • nameContains

        public final String nameContains()

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

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