| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOResponse |
ServiceLevelObjectivesApi.getSLO(String sloId)
Get an SLO's details.
|
SLOResponse |
ServiceLevelObjectivesApi.getSLO(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get an SLO's details.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SLOResponse> |
ServiceLevelObjectivesApi.getSLOAsync(String sloId)
Get an SLO's details.
|
CompletableFuture<SLOResponse> |
ServiceLevelObjectivesApi.getSLOAsync(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get an SLO's details.
|
ApiResponse<SLOResponse> |
ServiceLevelObjectivesApi.getSLOWithHttpInfo(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get a service level objective object.
|
CompletableFuture<ApiResponse<SLOResponse>> |
ServiceLevelObjectivesApi.getSLOWithHttpInfoAsync(String sloId,
ServiceLevelObjectivesApi.GetSLOOptionalParameters parameters)
Get an SLO's details.
|
| Modifier and Type | Method and Description |
|---|---|
SLOResponse |
SLOResponse.addErrorsItem(String errorsItem) |
SLOResponse |
SLOResponse.data(SLOResponseData data) |
SLOResponse |
SLOResponse.errors(List<String> errors) |
SLOResponse |
SLOResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.