| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
StatusPagesComponentArray |
StatusPagesApi.listComponents(UUID pageId)
List components.
|
StatusPagesComponentArray |
StatusPagesApi.listComponents(UUID pageId,
StatusPagesApi.ListComponentsOptionalParameters parameters)
List components.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StatusPagesComponentArray> |
StatusPagesApi.listComponentsAsync(UUID pageId)
List components.
|
CompletableFuture<StatusPagesComponentArray> |
StatusPagesApi.listComponentsAsync(UUID pageId,
StatusPagesApi.ListComponentsOptionalParameters parameters)
List components.
|
ApiResponse<StatusPagesComponentArray> |
StatusPagesApi.listComponentsWithHttpInfo(UUID pageId,
StatusPagesApi.ListComponentsOptionalParameters parameters)
Lists all components for a status page.
|
CompletableFuture<ApiResponse<StatusPagesComponentArray>> |
StatusPagesApi.listComponentsWithHttpInfoAsync(UUID pageId,
StatusPagesApi.ListComponentsOptionalParameters parameters)
List components.
|
| Modifier and Type | Method and Description |
|---|---|
StatusPagesComponentArray |
StatusPagesComponentArray.addDataItem(StatusPagesComponentData dataItem) |
StatusPagesComponentArray |
StatusPagesComponentArray.addIncludedItem(StatusPagesComponentArrayIncluded includedItem) |
StatusPagesComponentArray |
StatusPagesComponentArray.data(List<StatusPagesComponentData> data) |
StatusPagesComponentArray |
StatusPagesComponentArray.included(List<StatusPagesComponentArrayIncluded> included) |
StatusPagesComponentArray |
StatusPagesComponentArray.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.