Class ListDbInstancesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

        Returns:
        The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
      • maxResults

        public final Integer maxResults()

        The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

        Returns:
        The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.
      • 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