| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOCorrectionResponse |
ServiceLevelObjectiveCorrectionsApi.createSLOCorrection(SLOCorrectionCreateRequest body)
Create an SLO correction.
|
SLOCorrectionResponse |
ServiceLevelObjectiveCorrectionsApi.getSLOCorrection(String sloCorrectionId)
Get an SLO correction for an SLO.
|
SLOCorrectionResponse |
ServiceLevelObjectiveCorrectionsApi.updateSLOCorrection(String sloCorrectionId,
SLOCorrectionUpdateRequest body)
Update an SLO correction.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SLOCorrectionResponse> |
ServiceLevelObjectiveCorrectionsApi.createSLOCorrectionAsync(SLOCorrectionCreateRequest body)
Create an SLO correction.
|
ApiResponse<SLOCorrectionResponse> |
ServiceLevelObjectiveCorrectionsApi.createSLOCorrectionWithHttpInfo(SLOCorrectionCreateRequest body)
Create an SLO Correction.
|
CompletableFuture<ApiResponse<SLOCorrectionResponse>> |
ServiceLevelObjectiveCorrectionsApi.createSLOCorrectionWithHttpInfoAsync(SLOCorrectionCreateRequest body)
Create an SLO correction.
|
CompletableFuture<SLOCorrectionResponse> |
ServiceLevelObjectiveCorrectionsApi.getSLOCorrectionAsync(String sloCorrectionId)
Get an SLO correction for an SLO.
|
ApiResponse<SLOCorrectionResponse> |
ServiceLevelObjectiveCorrectionsApi.getSLOCorrectionWithHttpInfo(String sloCorrectionId)
Get an SLO correction.
|
CompletableFuture<ApiResponse<SLOCorrectionResponse>> |
ServiceLevelObjectiveCorrectionsApi.getSLOCorrectionWithHttpInfoAsync(String sloCorrectionId)
Get an SLO correction for an SLO.
|
CompletableFuture<SLOCorrectionResponse> |
ServiceLevelObjectiveCorrectionsApi.updateSLOCorrectionAsync(String sloCorrectionId,
SLOCorrectionUpdateRequest body)
Update an SLO correction.
|
ApiResponse<SLOCorrectionResponse> |
ServiceLevelObjectiveCorrectionsApi.updateSLOCorrectionWithHttpInfo(String sloCorrectionId,
SLOCorrectionUpdateRequest body)
Update the specified SLO correction object.
|
CompletableFuture<ApiResponse<SLOCorrectionResponse>> |
ServiceLevelObjectiveCorrectionsApi.updateSLOCorrectionWithHttpInfoAsync(String sloCorrectionId,
SLOCorrectionUpdateRequest body)
Update an SLO correction.
|
| Modifier and Type | Method and Description |
|---|---|
SLOCorrectionResponse |
SLOCorrectionResponse.data(SLOCorrection data) |
SLOCorrectionResponse |
SLOCorrectionResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.