| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjectivesApi.DeleteSLOOptionalParameters |
ServiceLevelObjectivesApi.DeleteSLOOptionalParameters.force(String force)
Set force.
|
| Modifier and Type | Method and Description |
|---|---|
SLODeleteResponse |
ServiceLevelObjectivesApi.deleteSLO(String sloId,
ServiceLevelObjectivesApi.DeleteSLOOptionalParameters parameters)
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.
|
Copyright © 2024. All rights reserved.