Class ListUsersRequest

    • Method Detail

      • accountId

        public final String accountId()

        The Amazon Chime account ID.

        Returns:
        The Amazon Chime account ID.
      • userEmail

        public final String userEmail()

        Optional. The user email address used to filter results. Maximum 1.

        Returns:
        Optional. The user email address used to filter results. Maximum 1.
      • userTypeAsString

        public final String userTypeAsString()

        The user type.

        If the service returns an enum value that is not available in the current SDK version, userType will return UserType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from userTypeAsString().

        Returns:
        The user type.
        See Also:
        UserType
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call. Defaults to 100.

        Returns:
        The maximum number of results to return in a single call. Defaults to 100.
      • nextToken

        public final String nextToken()

        The token to use to retrieve the next page of results.

        Returns:
        The token to use to retrieve the next page of results.
      • 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