DeviceSecurityGroup.Update Interface

Implements

public static interface DeviceSecurityGroup.Update
extends WithThresholdRules, WithTimeWindowRules, WithAllowlistRules, WithDenylistRules

The template for DeviceSecurityGroup update.

Method Summary

Modifier and Type Method and Description
abstract DeviceSecurityGroup apply()

Executes the update request.

abstract DeviceSecurityGroup apply(Context context)

Executes the update request.

Method Details

apply

public abstract DeviceSecurityGroup apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract DeviceSecurityGroup apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to