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.
      • sortOrder

        public final SortOrder sortOrder()

        What direction to sort in.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        What direction to sort in.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        What direction to sort in.

        If the service returns an enum value that is not available in the current SDK version, sortOrder will return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from sortOrderAsString().

        Returns:
        What direction to sort in.
        See Also:
        SortOrder
      • 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