| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OrgConfigGetResponse |
OrganizationsApi.getOrgConfig(String orgConfigName)
Get a specific Org Config value.
|
OrgConfigGetResponse |
OrganizationsApi.updateOrgConfig(String orgConfigName,
OrgConfigWriteRequest body)
Update a specific Org Config.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OrgConfigGetResponse> |
OrganizationsApi.getOrgConfigAsync(String orgConfigName)
Get a specific Org Config value.
|
ApiResponse<OrgConfigGetResponse> |
OrganizationsApi.getOrgConfigWithHttpInfo(String orgConfigName)
Return the name, description, and value of a specific Org Config.
|
CompletableFuture<ApiResponse<OrgConfigGetResponse>> |
OrganizationsApi.getOrgConfigWithHttpInfoAsync(String orgConfigName)
Get a specific Org Config value.
|
CompletableFuture<OrgConfigGetResponse> |
OrganizationsApi.updateOrgConfigAsync(String orgConfigName,
OrgConfigWriteRequest body)
Update a specific Org Config.
|
ApiResponse<OrgConfigGetResponse> |
OrganizationsApi.updateOrgConfigWithHttpInfo(String orgConfigName,
OrgConfigWriteRequest body)
Update the value of a specific Org Config.
|
CompletableFuture<ApiResponse<OrgConfigGetResponse>> |
OrganizationsApi.updateOrgConfigWithHttpInfoAsync(String orgConfigName,
OrgConfigWriteRequest body)
Update a specific Org Config.
|
| Modifier and Type | Method and Description |
|---|---|
OrgConfigGetResponse |
OrgConfigGetResponse.data(OrgConfigRead data) |
OrgConfigGetResponse |
OrgConfigGetResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.