다음을 통해 공유


AccessConnector.Update Interface

Implements

public static interface AccessConnector.Update
extends WithTags, WithIdentity

The template for AccessConnector update.

Method Summary

Modifier and Type Method and Description
abstract AccessConnector apply()

Executes the update request.

abstract AccessConnector apply(Context context)

Executes the update request.

Method Details

apply

public abstract AccessConnector apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract AccessConnector apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to