Uses of Interface
com.azure.resourcemanager.securityinsights.models.Bookmark.Update
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Bookmark.Update in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionBookmark.update()
Begins update for the Bookmark resource.Bookmark.UpdateStages.WithCreated.withCreated
(OffsetDateTime created) Specifies the created property: The time the bookmark was created.Bookmark.UpdateStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the bookmark.Bookmark.UpdateStages.WithDisplayName.withDisplayName
(String displayName) Specifies the displayName property: The display name of the bookmark.Bookmark.UpdateStages.WithEntityMappings.withEntityMappings
(List<BookmarkEntityMappings> entityMappings) Specifies the entityMappings property: Describes the entity mappings of the bookmark.Specifies the etag property: Etag of the azure resource.Bookmark.UpdateStages.WithEventTime.withEventTime
(OffsetDateTime eventTime) Specifies the eventTime property: The bookmark event time.Bookmark.UpdateStages.WithIncidentInfo.withIncidentInfo
(IncidentInfo incidentInfo) Specifies the incidentInfo property: Describes an incident that relates to bookmark.Bookmark.UpdateStages.WithLabels.withLabels
(List<String> labels) Specifies the labels property: List of labels relevant to this bookmark.Specifies the notes property: The notes of the bookmark.Specifies the query property: The query of the bookmark..Bookmark.UpdateStages.WithQueryEndTime.withQueryEndTime
(OffsetDateTime queryEndTime) Specifies the queryEndTime property: The end time for the query.Bookmark.UpdateStages.WithQueryResult.withQueryResult
(String queryResult) Specifies the queryResult property: The query result of the bookmark..Bookmark.UpdateStages.WithQueryStartTime.withQueryStartTime
(OffsetDateTime queryStartTime) Specifies the queryStartTime property: The start time for the query.Bookmark.UpdateStages.WithTactics.withTactics
(List<AttackTactic> tactics) Specifies the tactics property: A list of relevant mitre attacks.Bookmark.UpdateStages.WithTechniques.withTechniques
(List<String> techniques) Specifies the techniques property: A list of relevant mitre techniques.Bookmark.UpdateStages.WithUpdated.withUpdated
(OffsetDateTime updated) Specifies the updated property: The last time the bookmark was updated.Bookmark.UpdateStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the bookmark.