Class ListFlowDefinitionsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.

        Returns:
        A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        A filter that returns only flow definitions that were created before the specified timestamp.

        Returns:
        A filter that returns only flow definitions that were created before the specified timestamp.
      • sortOrder

        public final SortOrder sortOrder()

        An optional value that specifies whether you want the results sorted in Ascending or Descending order.

        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:
        An optional value that specifies whether you want the results sorted in Ascending or Descending order.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        An optional value that specifies whether you want the results sorted in Ascending or Descending order.

        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:
        An optional value that specifies whether you want the results sorted in Ascending or Descending order.
        See Also:
        SortOrder
      • nextToken

        public final String nextToken()

        A token to resume pagination.

        Returns:
        A token to resume pagination.
      • maxResults

        public final Integer maxResults()

        The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

        Returns:
        The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.
      • 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