| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GetFindingResponse |
SecurityMonitoringApi.getFinding(String findingId)
Get a finding.
|
GetFindingResponse |
SecurityMonitoringApi.getFinding(String findingId,
SecurityMonitoringApi.GetFindingOptionalParameters parameters)
Get a finding.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetFindingResponse> |
SecurityMonitoringApi.getFindingAsync(String findingId)
Get a finding.
|
CompletableFuture<GetFindingResponse> |
SecurityMonitoringApi.getFindingAsync(String findingId,
SecurityMonitoringApi.GetFindingOptionalParameters parameters)
Get a finding.
|
ApiResponse<GetFindingResponse> |
SecurityMonitoringApi.getFindingWithHttpInfo(String findingId,
SecurityMonitoringApi.GetFindingOptionalParameters parameters)
Returns a single finding with message and resource configuration.
|
CompletableFuture<ApiResponse<GetFindingResponse>> |
SecurityMonitoringApi.getFindingWithHttpInfoAsync(String findingId,
SecurityMonitoringApi.GetFindingOptionalParameters parameters)
Get a finding.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingResponse |
GetFindingResponse.data(DetailedFinding data) |
GetFindingResponse |
GetFindingResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.