Class ListAdapterVersionsRequest

    • Method Detail

      • adapterId

        public final String adapterId()

        A string containing a unique ID for the adapter to match for when listing adapter versions.

        Returns:
        A string containing a unique ID for the adapter to match for when listing adapter versions.
      • afterCreationTime

        public final Instant afterCreationTime()

        Specifies the lower bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

        Returns:
        Specifies the lower bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.
      • beforeCreationTime

        public final Instant beforeCreationTime()

        Specifies the upper bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.

        Returns:
        Specifies the upper bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return when listing adapter versions.

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

        public final String nextToken()

        Identifies the next page of results to return when listing adapter versions.

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