Deployment.UpdateStages.WithParameters Interface

Definition

A deployment update allowing to change the parameters.

public static interface Deployment.UpdateStages.WithParameters

Methods

withParameters(Object parameters)

Specifies the parameters as a Java object.

withParameters(String parametersJson)

Specifies the parameters as a JSON string.

withParametersLink(String uri, String contentVersion)

Specifies the parameters as a URL.

Applies to