| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
ServiceLevelObjectivesApi.updateSLO(String sloId,
ServiceLevelObjective body)
Update an SLO.
|
CompletableFuture<SLOListResponse> |
ServiceLevelObjectivesApi.updateSLOAsync(String sloId,
ServiceLevelObjective body)
Update an SLO.
|
ApiResponse<SLOListResponse> |
ServiceLevelObjectivesApi.updateSLOWithHttpInfo(String sloId,
ServiceLevelObjective body)
Update the specified service level objective object.
|
CompletableFuture<ApiResponse<SLOListResponse>> |
ServiceLevelObjectivesApi.updateSLOWithHttpInfoAsync(String sloId,
ServiceLevelObjective body)
Update an SLO.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceLevelObjective> |
SLOListResponse.getData()
An array of service level objective objects.
|
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
SLOListResponse.addDataItem(ServiceLevelObjective dataItem) |
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
SLOListResponse.data(List<ServiceLevelObjective> data) |
void |
SLOListResponse.setData(List<ServiceLevelObjective> data) |
Copyright © 2023. All rights reserved.