| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLODeleteResponse |
ServiceLevelObjectivesApi.deleteSLO(String sloId)
Delete an SLO.
|
SLODeleteResponse |
ServiceLevelObjectivesApi.deleteSLO(String sloId,
ServiceLevelObjectivesApi.DeleteSLOOptionalParameters parameters)
Delete an SLO.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SLODeleteResponse> |
ServiceLevelObjectivesApi.deleteSLOAsync(String sloId)
Delete an SLO.
|
CompletableFuture<SLODeleteResponse> |
ServiceLevelObjectivesApi.deleteSLOAsync(String sloId,
ServiceLevelObjectivesApi.DeleteSLOOptionalParameters parameters)
Delete an SLO.
|
ApiResponse<SLODeleteResponse> |
ServiceLevelObjectivesApi.deleteSLOWithHttpInfo(String sloId,
ServiceLevelObjectivesApi.DeleteSLOOptionalParameters parameters)
Permanently delete the specified service level objective object.
|
CompletableFuture<ApiResponse<SLODeleteResponse>> |
ServiceLevelObjectivesApi.deleteSLOWithHttpInfoAsync(String sloId,
ServiceLevelObjectivesApi.DeleteSLOOptionalParameters parameters)
Delete an SLO.
|
| Modifier and Type | Method and Description |
|---|---|
SLODeleteResponse |
SLODeleteResponse.addDataItem(String dataItem) |
SLODeleteResponse |
SLODeleteResponse.data(List<String> data) |
SLODeleteResponse |
SLODeleteResponse.errors(Map<String,String> errors) |
SLODeleteResponse |
SLODeleteResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SLODeleteResponse |
SLODeleteResponse.putErrorsItem(String key,
String errorsItem) |
Copyright © 2024. All rights reserved.