Class ListDevicesRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of devices to return in one page of results.

        Returns:
        The maximum number of devices to return in one page of results.
      • nameFilter

        public final String nameFilter()

        Filter based on device's name. Prefixes supported.

        Returns:
        Filter based on device's name. Prefixes supported.
      • nextToken

        public final String nextToken()

        Specify the pagination token from a previous request to retrieve the next page of results.

        Returns:
        Specify the pagination token from a previous request to retrieve the next page of results.
      • sortBy

        public final ListDevicesSortBy sortBy()

        The target column to be sorted on. Default column sort is CREATED_TIME.

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

        Returns:
        The target column to be sorted on. Default column sort is CREATED_TIME.
        See Also:
        ListDevicesSortBy
      • sortByAsString

        public final String sortByAsString()

        The target column to be sorted on. Default column sort is CREATED_TIME.

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

        Returns:
        The target column to be sorted on. Default column sort is CREATED_TIME.
        See Also:
        ListDevicesSortBy
      • sortOrder

        public final SortOrder sortOrder()

        The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.

        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:
        The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.

        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:
        The sorting order for the returned list. SortOrder is DESCENDING by default based on CREATED_TIME. Otherwise, SortOrder is ASCENDING.
        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