Comhroinn trí


Cloud.Update Interface

Implements

public static interface Cloud.Update
extends WithTags

The template for Cloud update.

Method Summary

Modifier and Type Method and Description
abstract Cloud apply()

Executes the update request.

abstract Cloud apply(Context context)

Executes the update request.

Method Details

apply

public abstract Cloud apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Cloud apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to