| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AppBuilderApi.updateAppSelfService(UUID appId,
UpdateAppSelfServiceRequest body)
Update App Self-Service Status.
|
CompletableFuture<Void> |
AppBuilderApi.updateAppSelfServiceAsync(UUID appId,
UpdateAppSelfServiceRequest body)
Update App Self-Service Status.
|
ApiResponse<Void> |
AppBuilderApi.updateAppSelfServiceWithHttpInfo(UUID appId,
UpdateAppSelfServiceRequest body)
Enable or disable self-service for an app.
|
CompletableFuture<ApiResponse<Void>> |
AppBuilderApi.updateAppSelfServiceWithHttpInfoAsync(UUID appId,
UpdateAppSelfServiceRequest body)
Update App Self-Service Status.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppSelfServiceRequest |
UpdateAppSelfServiceRequest.data(UpdateAppSelfServiceRequestData data) |
UpdateAppSelfServiceRequest |
UpdateAppSelfServiceRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.