SecurityConnector.Update Interface

Implements

public static interface SecurityConnector.Update
extends WithTags, WithHierarchyIdentifier, WithEnvironmentName, WithOfferings, WithEnvironmentData

The template for SecurityConnector update.

Method Summary

Modifier and Type Method and Description
abstract SecurityConnector apply()

Executes the update request.

abstract SecurityConnector apply(Context context)

Executes the update request.

Method Details

apply

public abstract SecurityConnector apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract SecurityConnector apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to