Class ListGroupsRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the application for getting a list of groups mapped to users.

        Returns:
        The identifier of the application for getting a list of groups mapped to users.
      • indexId

        public final String indexId()

        The identifier of the index for getting a list of groups mapped to users.

        Returns:
        The identifier of the index for getting a list of groups mapped to users.
      • updatedEarlierThan

        public final Instant updatedEarlierThan()

        The timestamp identifier used for the latest PUT or DELETE action for mapping users to their groups.

        Returns:
        The timestamp identifier used for the latest PUT or DELETE action for mapping users to their groups.
      • dataSourceId

        public final String dataSourceId()

        The identifier of the data source for getting a list of groups mapped to users.

        Returns:
        The identifier of the data source for getting a list of groups mapped to users.
      • nextToken

        public final String nextToken()

        If the previous response was incomplete (because there is more data to retrieve), Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users.

        Returns:
        If the previous response was incomplete (because there is more data to retrieve), Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users.
      • maxResults

        public final Integer maxResults()

        The maximum number of returned groups that are mapped to users.

        Returns:
        The maximum number of returned groups that are mapped to users.
      • 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