| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListAllocationsResponse |
FeatureFlagsApi.updateAllocationsForFeatureFlagInEnvironment(UUID featureFlagId,
UUID environmentId,
OverwriteAllocationsRequest body)
Update targeting rules for a flag.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListAllocationsResponse> |
FeatureFlagsApi.updateAllocationsForFeatureFlagInEnvironmentAsync(UUID featureFlagId,
UUID environmentId,
OverwriteAllocationsRequest body)
Update targeting rules for a flag.
|
ApiResponse<ListAllocationsResponse> |
FeatureFlagsApi.updateAllocationsForFeatureFlagInEnvironmentWithHttpInfo(UUID featureFlagId,
UUID environmentId,
OverwriteAllocationsRequest body)
Updates targeting rules (allocations) for a specific feature flag in a specific environment.
|
CompletableFuture<ApiResponse<ListAllocationsResponse>> |
FeatureFlagsApi.updateAllocationsForFeatureFlagInEnvironmentWithHttpInfoAsync(UUID featureFlagId,
UUID environmentId,
OverwriteAllocationsRequest body)
Update targeting rules for a flag.
|
| Modifier and Type | Method and Description |
|---|---|
ListAllocationsResponse |
ListAllocationsResponse.addDataItem(AllocationDataResponse dataItem) |
ListAllocationsResponse |
ListAllocationsResponse.data(List<AllocationDataResponse> data) |
ListAllocationsResponse |
ListAllocationsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.