| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SLOBulkDeleteResponse |
ServiceLevelObjectivesApi.deleteSLOTimeframeInBulk(Map<String,List<SLOTimeframe>> body)
Bulk Delete SLO Timeframes.
|
CompletableFuture<SLOBulkDeleteResponse> |
ServiceLevelObjectivesApi.deleteSLOTimeframeInBulkAsync(Map<String,List<SLOTimeframe>> body)
Bulk Delete SLO Timeframes.
|
ApiResponse<SLOBulkDeleteResponse> |
ServiceLevelObjectivesApi.deleteSLOTimeframeInBulkWithHttpInfo(Map<String,List<SLOTimeframe>> body)
Delete (or partially delete) multiple service level objective objects.
|
CompletableFuture<ApiResponse<SLOBulkDeleteResponse>> |
ServiceLevelObjectivesApi.deleteSLOTimeframeInBulkWithHttpInfoAsync(Map<String,List<SLOTimeframe>> body)
Bulk Delete SLO Timeframes.
|
| Modifier and Type | Field and Description |
|---|---|
static SLOTimeframe |
SLOTimeframe.CUSTOM |
static SLOTimeframe |
SLOTimeframe.NINETY_DAYS |
static SLOTimeframe |
SLOTimeframe.SEVEN_DAYS |
static SLOTimeframe |
SLOTimeframe.THIRTY_DAYS |
| Modifier and Type | Method and Description |
|---|---|
static SLOTimeframe |
SLOTimeframe.fromValue(String value) |
SLOTimeframe |
SLOOverallStatuses.getTimeframe()
The SLO time window options.
|
SLOTimeframe |
ServiceLevelObjectiveRequest.getTimeframe()
The SLO time window options.
|
SLOTimeframe |
SLOResponseData.getTimeframe()
The SLO time window options.
|
SLOTimeframe |
SLOThreshold.getTimeframe()
The SLO time window options.
|
SLOTimeframe |
ServiceLevelObjective.getTimeframe()
The SLO time window options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SLOTimeframe.SLOTimeframeSerializer.serialize(SLOTimeframe value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SLOOverallStatuses.setTimeframe(SLOTimeframe timeframe) |
void |
ServiceLevelObjectiveRequest.setTimeframe(SLOTimeframe timeframe) |
void |
SLOResponseData.setTimeframe(SLOTimeframe timeframe) |
void |
SLOThreshold.setTimeframe(SLOTimeframe timeframe) |
void |
ServiceLevelObjective.setTimeframe(SLOTimeframe timeframe) |
SLOOverallStatuses |
SLOOverallStatuses.timeframe(SLOTimeframe timeframe) |
ServiceLevelObjectiveRequest |
ServiceLevelObjectiveRequest.timeframe(SLOTimeframe timeframe) |
SLOResponseData |
SLOResponseData.timeframe(SLOTimeframe timeframe) |
SLOThreshold |
SLOThreshold.timeframe(SLOTimeframe timeframe) |
ServiceLevelObjective |
ServiceLevelObjective.timeframe(SLOTimeframe timeframe) |
| Constructor and Description |
|---|
SLOThreshold(Double target,
SLOTimeframe timeframe) |
| Constructor and Description |
|---|
SLOTimeframeSerializer(Class<SLOTimeframe> t) |
Copyright © 2024. All rights reserved.