| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationCreateResponse |
OrganizationsApi.createChildOrg(OrganizationCreateBody body)
Create a child organization.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OrganizationCreateResponse> |
OrganizationsApi.createChildOrgAsync(OrganizationCreateBody body)
Create a child organization.
|
ApiResponse<OrganizationCreateResponse> |
OrganizationsApi.createChildOrgWithHttpInfo(OrganizationCreateBody body)
Create a child organization.
|
CompletableFuture<ApiResponse<OrganizationCreateResponse>> |
OrganizationsApi.createChildOrgWithHttpInfoAsync(OrganizationCreateBody body)
Create a child organization.
|
| Modifier and Type | Method and Description |
|---|---|
OrganizationCreateResponse |
OrganizationCreateResponse.apiKey(ApiKey apiKey) |
OrganizationCreateResponse |
OrganizationCreateResponse.applicationKey(ApplicationKey applicationKey) |
OrganizationCreateResponse |
OrganizationCreateResponse.org(Organization org) |
OrganizationCreateResponse |
OrganizationCreateResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
OrganizationCreateResponse |
OrganizationCreateResponse.user(User user) |
Copyright © 2024. All rights reserved.