Class ListCollectionsRequest

    • Method Detail

      • collectionFilters

        public final CollectionFilters collectionFilters()

        A list of filter names and values that you can use for requests.

        Returns:
        A list of filter names and values that you can use for requests.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return. Default is 20. You can use nextToken to get the next page of results.

        Returns:
        The maximum number of results to return. Default is 20. You can use nextToken to get the next page of results.
      • nextToken

        public final String nextToken()

        If your initial ListCollections operation returns a nextToken, you can include the returned nextToken in subsequent ListCollections operations, which returns results in the next page.

        Returns:
        If your initial ListCollections operation returns a nextToken, you can include the returned nextToken in subsequent ListCollections operations, which returns results in the next page.
      • 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