Interface ListApplicationVersionsResponse.Builder

    • Method Detail

      • applicationVersionSummaries

        ListApplicationVersionsResponse.Builder applicationVersionSummaries​(Collection<ApplicationVersionSummary> applicationVersionSummaries)

        A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.

        To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.

        Parameters:
        applicationVersionSummaries - A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.

        To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationVersionSummaries

        ListApplicationVersionsResponse.Builder applicationVersionSummaries​(ApplicationVersionSummary... applicationVersionSummaries)

        A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.

        To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.

        Parameters:
        applicationVersionSummaries - A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.

        To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.