| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<SLOCorrection> |
ServiceLevelObjectiveCorrectionsApi.listSLOCorrectionWithPagination()
Get all SLO corrections.
|
PaginationIterable<SLOCorrection> |
ServiceLevelObjectiveCorrectionsApi.listSLOCorrectionWithPagination(ServiceLevelObjectiveCorrectionsApi.ListSLOCorrectionOptionalParameters parameters)
Get all SLO corrections.
|
| Modifier and Type | Method and Description |
|---|---|
SLOCorrection |
SLOCorrection.attributes(SLOCorrectionResponseAttributes attributes) |
SLOCorrection |
SLOCorrectionResponse.getData()
The response object of a list of SLO corrections.
|
SLOCorrection |
SLOCorrection.id(String id) |
SLOCorrection |
SLOCorrection.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SLOCorrection |
SLOCorrection.type(SLOCorrectionType type) |
| Modifier and Type | Method and Description |
|---|---|
List<SLOCorrection> |
SLOCorrectionListResponse.getData()
The list of of SLO corrections objects.
|
| Modifier and Type | Method and Description |
|---|---|
SLOCorrectionListResponse |
SLOCorrectionListResponse.addDataItem(SLOCorrection dataItem) |
SLOCorrectionResponse |
SLOCorrectionResponse.data(SLOCorrection data) |
void |
SLOCorrectionResponse.setData(SLOCorrection data) |
| Modifier and Type | Method and Description |
|---|---|
SLOCorrectionListResponse |
SLOCorrectionListResponse.data(List<SLOCorrection> data) |
void |
SLOCorrectionListResponse.setData(List<SLOCorrection> data) |
Copyright © 2024. All rights reserved.