RegisteredServer.Update Interface

Implements

public static interface RegisteredServer.Update
extends WithIdentity, WithApplicationId

The template for RegisteredServer update.

Method Summary

Modifier and Type Method and Description
abstract RegisteredServer apply()

Executes the update request.

abstract RegisteredServer apply(Context context)

Executes the update request.

Method Details

apply

public abstract RegisteredServer apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract RegisteredServer apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to