public static interface Deployment.UpdateStages.WithParameters
| Modifier and Type | Method and Description |
|---|---|
Deployment.Update |
withParameters(Object parameters)
Specifies the parameters as a Java object.
|
Deployment.Update |
withParameters(String parametersJson)
Specifies the parameters as a JSON string.
|
Deployment.Update |
withParametersLink(String uri,
String contentVersion)
Specifies the parameters as a URL.
|
Deployment.Update withParameters(Object parameters)
parameters - the Java objectDeployment.Update withParameters(String parametersJson) throws IOException
parametersJson - the JSON stringIOException - exception thrown from serialization/deserializationDeployment.Update withParametersLink(String uri, String contentVersion)
uri - the location of the remote parameters filecontentVersion - the version of the parameters fileCopyright © 2019. All rights reserved.