| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDestinationsResponse |
LogsCustomDestinationsApi.listLogsCustomDestinations()
Get all custom destinations.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CustomDestinationsResponse> |
LogsCustomDestinationsApi.listLogsCustomDestinationsAsync()
Get all custom destinations.
|
ApiResponse<CustomDestinationsResponse> |
LogsCustomDestinationsApi.listLogsCustomDestinationsWithHttpInfo()
Get the list of configured custom destinations in your organization with their definitions.
|
CompletableFuture<ApiResponse<CustomDestinationsResponse>> |
LogsCustomDestinationsApi.listLogsCustomDestinationsWithHttpInfoAsync()
Get all custom destinations.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDestinationsResponse |
CustomDestinationsResponse.addDataItem(CustomDestinationResponseDefinition dataItem) |
CustomDestinationsResponse |
CustomDestinationsResponse.data(List<CustomDestinationResponseDefinition> data) |
CustomDestinationsResponse |
CustomDestinationsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.