| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SBOMAttributes |
SBOMAttributes.addComponentsItem(SBOMComponent componentsItem) |
SBOMAttributes |
SBOMAttributes.addDependenciesItem(SBOMComponentDependency dependenciesItem) |
SBOMAttributes |
SBOMAttributes.bomFormat(String bomFormat) |
SBOMAttributes |
SBOMAttributes.components(List<SBOMComponent> components) |
SBOMAttributes |
SBOMAttributes.dependencies(List<SBOMComponentDependency> dependencies) |
SBOMAttributes |
SBOM.getAttributes()
The JSON:API attributes of the SBOM.
|
SBOMAttributes |
SBOMAttributes.metadata(SBOMMetadata metadata) |
SBOMAttributes |
SBOMAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SBOMAttributes |
SBOMAttributes.serialNumber(String serialNumber) |
SBOMAttributes |
SBOMAttributes.specVersion(SpecVersion specVersion) |
SBOMAttributes |
SBOMAttributes.version(Long version) |
| Modifier and Type | Method and Description |
|---|---|
SBOM |
SBOM.attributes(SBOMAttributes attributes) |
void |
SBOM.setAttributes(SBOMAttributes attributes) |
Copyright © 2026. All rights reserved.