| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSLOResponse |
ServiceLevelObjectivesApi.searchSLO()
Search for SLOs.
|
SearchSLOResponse |
ServiceLevelObjectivesApi.searchSLO(ServiceLevelObjectivesApi.SearchSLOOptionalParameters parameters)
Search for SLOs.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SearchSLOResponse> |
ServiceLevelObjectivesApi.searchSLOAsync()
Search for SLOs.
|
CompletableFuture<SearchSLOResponse> |
ServiceLevelObjectivesApi.searchSLOAsync(ServiceLevelObjectivesApi.SearchSLOOptionalParameters parameters)
Search for SLOs.
|
ApiResponse<SearchSLOResponse> |
ServiceLevelObjectivesApi.searchSLOWithHttpInfo(ServiceLevelObjectivesApi.SearchSLOOptionalParameters parameters)
Get a list of service level objective objects for your organization.
|
CompletableFuture<ApiResponse<SearchSLOResponse>> |
ServiceLevelObjectivesApi.searchSLOWithHttpInfoAsync(ServiceLevelObjectivesApi.SearchSLOOptionalParameters parameters)
Search for SLOs.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSLOResponse |
SearchSLOResponse.data(SearchSLOResponseData data) |
SearchSLOResponse |
SearchSLOResponse.links(SearchSLOResponseLinks links) |
SearchSLOResponse |
SearchSLOResponse.meta(SearchSLOResponseMeta meta) |
SearchSLOResponse |
SearchSLOResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.