Interface ListApplicationsResponse.Builder

    • Method Detail

      • applications

        ListApplicationsResponse.Builder applications​(Collection<ApplicationSummary> applications)

        Returns a list of summary details for all the applications in a runtime environment.

        Parameters:
        applications - Returns a list of summary details for all the applications in a runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        ListApplicationsResponse.Builder applications​(ApplicationSummary... applications)

        Returns a list of summary details for all the applications in a runtime environment.

        Parameters:
        applications - Returns a list of summary details for all the applications in a runtime environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        A pagination token that's returned when the response doesn't contain all applications.

        Parameters:
        nextToken - A pagination token that's returned when the response doesn't contain all applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.