SecurityAssessmentResponse.Update Interface

Implements

public static interface SecurityAssessmentResponse.Update
extends WithStatus, WithResourceDetails, WithAdditionalData, WithMetadata, WithPartnersData

The template for SecurityAssessmentResponse update.

Method Summary

Modifier and Type Method and Description
abstract SecurityAssessmentResponse apply()

Executes the update request.

abstract SecurityAssessmentResponse apply(Context context)

Executes the update request.

Method Details

apply

public abstract SecurityAssessmentResponse apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract SecurityAssessmentResponse apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to