Deployment.ExecutionStages.WithWhatIfTemplate インターフェイス

public static interface Deployment.ExecutionStages.WithWhatIfTemplate

テンプレートを指定できるデプロイ実行。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithWhatIf withWhatIfTemplate(Object template)

テンプレートの内容を指定します。

abstract WithWhatIf withWhatIfTemplateLink(String uri, String contentVersion)

テンプレートの URI とコンテンツ バージョンを指定します。

メソッドの詳細

withWhatIfTemplate

public abstract Deployment.ExecutionStages.WithWhatIf withWhatIfTemplate(Object template)

テンプレートの内容を指定します。

Parameters:

template - 設定するテンプレート値。

Returns:

実行の次のステージ。

withWhatIfTemplateLink

public abstract Deployment.ExecutionStages.WithWhatIf withWhatIfTemplateLink(String uri, String contentVersion)

テンプレートの URI とコンテンツ バージョンを指定します。

Parameters:

uri - 設定する URI 値。
contentVersion - 設定するコンテンツ バージョンの値。

Returns:

実行の次のステージ。

適用対象