Interface DescribeDeploymentsResponse.Builder

    • Method Detail

      • deployments

        DescribeDeploymentsResponse.Builder deployments​(Collection<Deployment> deployments)

        An array of Deployment objects that describe the deployments.

        Parameters:
        deployments - An array of Deployment objects that describe the deployments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deployments

        DescribeDeploymentsResponse.Builder deployments​(Deployment... deployments)

        An array of Deployment objects that describe the deployments.

        Parameters:
        deployments - An array of Deployment objects that describe the deployments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.