Interface DescribeUserProfilesResponse.Builder

    • Method Detail

      • userProfiles

        DescribeUserProfilesResponse.Builder userProfiles​(Collection<UserProfile> userProfiles)

        A Users object that describes the specified users.

        Parameters:
        userProfiles - A Users object that describes the specified users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userProfiles

        DescribeUserProfilesResponse.Builder userProfiles​(UserProfile... userProfiles)

        A Users object that describes the specified users.

        Parameters:
        userProfiles - A Users object that describes the specified users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.