| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintResponse |
AppBuilderApi.getBlueprint(UUID blueprintId)
Get Blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetBlueprintResponse> |
AppBuilderApi.getBlueprintAsync(UUID blueprintId)
Get Blueprint.
|
ApiResponse<GetBlueprintResponse> |
AppBuilderApi.getBlueprintWithHttpInfo(UUID blueprintId)
Retrieve an app blueprint by its ID.
|
CompletableFuture<ApiResponse<GetBlueprintResponse>> |
AppBuilderApi.getBlueprintWithHttpInfoAsync(UUID blueprintId)
Get Blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintResponse |
GetBlueprintResponse.data(BlueprintData data) |
GetBlueprintResponse |
GetBlueprintResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.