Class ListAdaptersRequest

    • Method Detail

      • afterCreationTime

        public final Instant afterCreationTime()

        Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.

        Returns:
        Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.
      • beforeCreationTime

        public final Instant beforeCreationTime()

        Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.

        Returns:
        Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return when listing adapters.

        Returns:
        The maximum number of results to return when listing adapters.
      • nextToken

        public final String nextToken()

        Identifies the next page of results to return when listing adapters.

        Returns:
        Identifies the next page of results to return when listing adapters.
      • 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