| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OrgGroupResponse |
OrgGroupsApi.createOrgGroup(OrgGroupCreateRequest body)
Create an org group.
|
CompletableFuture<OrgGroupResponse> |
OrgGroupsApi.createOrgGroupAsync(OrgGroupCreateRequest body)
Create an org group.
|
ApiResponse<OrgGroupResponse> |
OrgGroupsApi.createOrgGroupWithHttpInfo(OrgGroupCreateRequest body)
Create a new organization group.
|
CompletableFuture<ApiResponse<OrgGroupResponse>> |
OrgGroupsApi.createOrgGroupWithHttpInfoAsync(OrgGroupCreateRequest body)
Create an org group.
|
| Modifier and Type | Method and Description |
|---|---|
OrgGroupCreateRequest |
OrgGroupCreateRequest.data(OrgGroupCreateData data) |
OrgGroupCreateRequest |
OrgGroupCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.