| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
ServiceLevelObjectivesApi.createSLO(ServiceLevelObjectiveRequest body)
Create an SLO object.
|
SLOListResponse |
ServiceLevelObjectivesApi.listSLOs()
Get all SLOs.
|
SLOListResponse |
ServiceLevelObjectivesApi.listSLOs(ServiceLevelObjectivesApi.ListSLOsOptionalParameters parameters)
Get all SLOs.
|
SLOListResponse |
ServiceLevelObjectivesApi.updateSLO(String sloId,
ServiceLevelObjective body)
Update an SLO.
|
| Modifier and Type | Method and Description |
|---|---|
SLOListResponse |
SLOListResponse.addDataItem(ServiceLevelObjective dataItem) |
SLOListResponse |
SLOListResponse.addErrorsItem(String errorsItem) |
SLOListResponse |
SLOListResponse.data(List<ServiceLevelObjective> data) |
SLOListResponse |
SLOListResponse.errors(List<String> errors) |
SLOListResponse |
SLOListResponse.metadata(SLOListResponseMetadata metadata) |
SLOListResponse |
SLOListResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.