| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomFrameworkResponse |
SecurityMonitoringApi.updateCustomFramework(String handle,
String version,
UpdateCustomFrameworkRequest body)
Update a custom framework.
|
CompletableFuture<UpdateCustomFrameworkResponse> |
SecurityMonitoringApi.updateCustomFrameworkAsync(String handle,
String version,
UpdateCustomFrameworkRequest body)
Update a custom framework.
|
ApiResponse<UpdateCustomFrameworkResponse> |
SecurityMonitoringApi.updateCustomFrameworkWithHttpInfo(String handle,
String version,
UpdateCustomFrameworkRequest body)
Update a custom framework.
|
CompletableFuture<ApiResponse<UpdateCustomFrameworkResponse>> |
SecurityMonitoringApi.updateCustomFrameworkWithHttpInfoAsync(String handle,
String version,
UpdateCustomFrameworkRequest body)
Update a custom framework.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomFrameworkRequest |
UpdateCustomFrameworkRequest.data(CustomFrameworkData data) |
UpdateCustomFrameworkRequest |
UpdateCustomFrameworkRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2025. All rights reserved.