Interface GetDeploymentsResponse.Builder

    • Method Detail

      • deployments

        GetDeploymentsResponse.Builder deployments​(Collection<EdgeDeployment> deployments)

        Returns a list of the configurations of the active deployments on the device.

        Parameters:
        deployments - Returns a list of the configurations of the active deployments on the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deployments

        GetDeploymentsResponse.Builder deployments​(EdgeDeployment... deployments)

        Returns a list of the configurations of the active deployments on the device.

        Parameters:
        deployments - Returns a list of the configurations of the active deployments on the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.