BatchDeployment.Update Interface

Implements

public static interface BatchDeployment.Update
extends WithTags, WithProperties

The template for BatchDeployment update.

Method Summary

Modifier and Type Method and Description
abstract BatchDeployment apply()

Executes the update request.

abstract BatchDeployment apply(Context context)

Executes the update request.

Method Details

apply

public abstract BatchDeployment apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract BatchDeployment apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to