次の方法で共有


Deployment.UpdateStages.WithParameters インターフェイス

public static interface Deployment.UpdateStages.WithParameters

パラメーターを変更できるデプロイ更新プログラム。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withParameters(Object parameters)

パラメーターを Java オブジェクトとして指定します。

abstract Update withParameters(String parametersJson)

パラメーターを JSON 文字列として指定します。

abstract Update withParametersLink(String uri, String contentVersion)

パラメーターを URL として指定します。

メソッドの詳細

withParameters

public abstract Deployment.Update withParameters(Object parameters)

パラメーターを Java オブジェクトとして指定します。

Parameters:

parameters - Java オブジェクト

Returns:

デプロイ更新プログラムの次のステージ

withParameters

public abstract Deployment.Update withParameters(String parametersJson)

パラメーターを JSON 文字列として指定します。

Parameters:

parametersJson - JSON 文字列

Returns:

デプロイ更新プログラムの次のステージ

Throws:

java.io.IOException - シリアル化/逆シリアル化からスローされる例外

withParametersLink

public abstract Deployment.Update withParametersLink(String uri, String contentVersion)

パラメーターを URL として指定します。

Parameters:

uri - リモート パラメーター ファイルの場所
contentVersion - パラメーター ファイルのバージョン

Returns:

デプロイ更新プログラムの次のステージ

適用対象