| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipMappingBatchResponse |
RumTeamsOwnershipApi.createTeamsOwnershipMappingsBatch(TeamsOwnershipMappingBatchRequest body)
Bulk create and remove teams ownership mappings.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TeamsOwnershipMappingBatchResponse> |
RumTeamsOwnershipApi.createTeamsOwnershipMappingsBatchAsync(TeamsOwnershipMappingBatchRequest body)
Bulk create and remove teams ownership mappings.
|
ApiResponse<TeamsOwnershipMappingBatchResponse> |
RumTeamsOwnershipApi.createTeamsOwnershipMappingsBatchWithHttpInfo(TeamsOwnershipMappingBatchRequest body)
Add and remove teams ownership mappings for your organization in a single atomic request,
following the JSON:API atomic operations
extension.
|
CompletableFuture<ApiResponse<TeamsOwnershipMappingBatchResponse>> |
RumTeamsOwnershipApi.createTeamsOwnershipMappingsBatchWithHttpInfoAsync(TeamsOwnershipMappingBatchRequest body)
Bulk create and remove teams ownership mappings.
|
| Modifier and Type | Method and Description |
|---|---|
TeamsOwnershipMappingBatchResponse |
TeamsOwnershipMappingBatchResponse.addAtomicResultsItem(TeamsOwnershipMappingBatchResult atomicResultsItem) |
TeamsOwnershipMappingBatchResponse |
TeamsOwnershipMappingBatchResponse.addErrorsItem(TeamsOwnershipMappingBatchError errorsItem) |
TeamsOwnershipMappingBatchResponse |
TeamsOwnershipMappingBatchResponse.atomicResults(List<TeamsOwnershipMappingBatchResult> atomicResults) |
TeamsOwnershipMappingBatchResponse |
TeamsOwnershipMappingBatchResponse.errors(List<TeamsOwnershipMappingBatchError> errors) |
TeamsOwnershipMappingBatchResponse |
TeamsOwnershipMappingBatchResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.