| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OrgConfigListResponse |
OrganizationsApi.listOrgConfigs()
List Org Configs.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OrgConfigListResponse> |
OrganizationsApi.listOrgConfigsAsync()
List Org Configs.
|
ApiResponse<OrgConfigListResponse> |
OrganizationsApi.listOrgConfigsWithHttpInfo()
Returns all Org Configs (name, description, and value).
|
CompletableFuture<ApiResponse<OrgConfigListResponse>> |
OrganizationsApi.listOrgConfigsWithHttpInfoAsync()
List Org Configs.
|
| Modifier and Type | Method and Description |
|---|---|
OrgConfigListResponse |
OrgConfigListResponse.addDataItem(OrgConfigRead dataItem) |
OrgConfigListResponse |
OrgConfigListResponse.data(List<OrgConfigRead> data) |
OrgConfigListResponse |
OrgConfigListResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.