| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GetSBOMResponse |
SecurityMonitoringApi.getSBOM(AssetType assetType,
String filterAssetName)
Get SBOM.
|
GetSBOMResponse |
SecurityMonitoringApi.getSBOM(AssetType assetType,
String filterAssetName,
SecurityMonitoringApi.GetSBOMOptionalParameters parameters)
Get SBOM.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetSBOMResponse> |
SecurityMonitoringApi.getSBOMAsync(AssetType assetType,
String filterAssetName)
Get SBOM.
|
CompletableFuture<GetSBOMResponse> |
SecurityMonitoringApi.getSBOMAsync(AssetType assetType,
String filterAssetName,
SecurityMonitoringApi.GetSBOMOptionalParameters parameters)
Get SBOM.
|
ApiResponse<GetSBOMResponse> |
SecurityMonitoringApi.getSBOMWithHttpInfo(AssetType assetType,
String filterAssetName,
SecurityMonitoringApi.GetSBOMOptionalParameters parameters)
Get a single SBOM related to an asset by its type and name.
|
CompletableFuture<ApiResponse<GetSBOMResponse>> |
SecurityMonitoringApi.getSBOMWithHttpInfoAsync(AssetType assetType,
String filterAssetName,
SecurityMonitoringApi.GetSBOMOptionalParameters parameters)
Get SBOM.
|
| Modifier and Type | Method and Description |
|---|---|
GetSBOMResponse |
GetSBOMResponse.data(SBOM data) |
GetSBOMResponse |
GetSBOMResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.