ServiceTopologyResource.Update Interface

Implements

public static interface ServiceTopologyResource.Update
extends WithTags, WithArtifactSourceId

The template for ServiceTopologyResource update.

Method Summary

Modifier and Type Method and Description
abstract ServiceTopologyResource apply()

Executes the update request.

abstract ServiceTopologyResource apply(Context context)

Executes the update request.

Method Details

apply

public abstract ServiceTopologyResource apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract ServiceTopologyResource apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to