| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AllocationResponse |
FeatureFlagsApi.createAllocationsForFeatureFlagInEnvironment(UUID featureFlagId,
UUID environmentId,
CreateAllocationsRequest body)
Create targeting rules for a flag env.
|
CompletableFuture<AllocationResponse> |
FeatureFlagsApi.createAllocationsForFeatureFlagInEnvironmentAsync(UUID featureFlagId,
UUID environmentId,
CreateAllocationsRequest body)
Create targeting rules for a flag env.
|
ApiResponse<AllocationResponse> |
FeatureFlagsApi.createAllocationsForFeatureFlagInEnvironmentWithHttpInfo(UUID featureFlagId,
UUID environmentId,
CreateAllocationsRequest body)
Creates a new targeting rule (allocation) for a specific feature flag in a specific
environment.
|
CompletableFuture<ApiResponse<AllocationResponse>> |
FeatureFlagsApi.createAllocationsForFeatureFlagInEnvironmentWithHttpInfoAsync(UUID featureFlagId,
UUID environmentId,
CreateAllocationsRequest body)
Create targeting rules for a flag env.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAllocationsRequest |
CreateAllocationsRequest.data(AllocationDataRequest data) |
CreateAllocationsRequest |
CreateAllocationsRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.