All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SuccessfulSignalUpdateResponse |
addSecurityMonitoringSignalToIncident(String signalId,
AddSignalToIncidentRequest body)
Add a security signal to an incident.
|
CompletableFuture<SuccessfulSignalUpdateResponse> |
addSecurityMonitoringSignalToIncidentAsync(String signalId,
AddSignalToIncidentRequest body)
Add a security signal to an incident.
|
ApiResponse<SuccessfulSignalUpdateResponse> |
addSecurityMonitoringSignalToIncidentWithHttpInfo(String signalId,
AddSignalToIncidentRequest body)
Add a security signal to an incident.
|
CompletableFuture<ApiResponse<SuccessfulSignalUpdateResponse>> |
addSecurityMonitoringSignalToIncidentWithHttpInfoAsync(String signalId,
AddSignalToIncidentRequest body)
Add a security signal to an incident.
|
SuccessfulSignalUpdateResponse |
editSecurityMonitoringSignalAssignee(String signalId,
SignalAssigneeUpdateRequest body)
Modify the triage assignee of a security signal.
|
CompletableFuture<SuccessfulSignalUpdateResponse> |
editSecurityMonitoringSignalAssigneeAsync(String signalId,
SignalAssigneeUpdateRequest body)
Modify the triage assignee of a security signal.
|
ApiResponse<SuccessfulSignalUpdateResponse> |
editSecurityMonitoringSignalAssigneeWithHttpInfo(String signalId,
SignalAssigneeUpdateRequest body)
Modify the triage assignee of a security signal.
|
CompletableFuture<ApiResponse<SuccessfulSignalUpdateResponse>> |
editSecurityMonitoringSignalAssigneeWithHttpInfoAsync(String signalId,
SignalAssigneeUpdateRequest body)
Modify the triage assignee of a security signal.
|
SuccessfulSignalUpdateResponse |
editSecurityMonitoringSignalState(String signalId,
SignalStateUpdateRequest body)
Change the triage state of a security signal.
|
CompletableFuture<SuccessfulSignalUpdateResponse> |
editSecurityMonitoringSignalStateAsync(String signalId,
SignalStateUpdateRequest body)
Change the triage state of a security signal.
|
ApiResponse<SuccessfulSignalUpdateResponse> |
editSecurityMonitoringSignalStateWithHttpInfo(String signalId,
SignalStateUpdateRequest body)
Change the triage state of a security signal.
|
CompletableFuture<ApiResponse<SuccessfulSignalUpdateResponse>> |
editSecurityMonitoringSignalStateWithHttpInfoAsync(String signalId,
SignalStateUpdateRequest body)
Change the triage state of a security signal.
|
ApiClient |
getApiClient()
Get the API client.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|