| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CheckCanDeleteSLOResponse |
ServiceLevelObjectivesApi.checkCanDeleteSLO(String ids)
Check if SLOs can be safely deleted.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CheckCanDeleteSLOResponse> |
ServiceLevelObjectivesApi.checkCanDeleteSLOAsync(String ids)
Check if SLOs can be safely deleted.
|
ApiResponse<CheckCanDeleteSLOResponse> |
ServiceLevelObjectivesApi.checkCanDeleteSLOWithHttpInfo(String ids)
Check if an SLO can be safely deleted.
|
CompletableFuture<ApiResponse<CheckCanDeleteSLOResponse>> |
ServiceLevelObjectivesApi.checkCanDeleteSLOWithHttpInfoAsync(String ids)
Check if SLOs can be safely deleted.
|
| Modifier and Type | Method and Description |
|---|---|
CheckCanDeleteSLOResponse |
CheckCanDeleteSLOResponse.data(CheckCanDeleteSLOResponseData data) |
CheckCanDeleteSLOResponse |
CheckCanDeleteSLOResponse.errors(Map<String,String> errors) |
CheckCanDeleteSLOResponse |
CheckCanDeleteSLOResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CheckCanDeleteSLOResponse |
CheckCanDeleteSLOResponse.putErrorsItem(String key,
String errorsItem) |
Copyright © 2024. All rights reserved.