| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse |
NetworkDeviceMonitoringApi.listDevices()
Get the list of devices.
|
ListDevicesResponse |
NetworkDeviceMonitoringApi.listDevices(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListDevicesResponse> |
NetworkDeviceMonitoringApi.listDevicesAsync()
Get the list of devices.
|
CompletableFuture<ListDevicesResponse> |
NetworkDeviceMonitoringApi.listDevicesAsync(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
ApiResponse<ListDevicesResponse> |
NetworkDeviceMonitoringApi.listDevicesWithHttpInfo(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
CompletableFuture<ApiResponse<ListDevicesResponse>> |
NetworkDeviceMonitoringApi.listDevicesWithHttpInfoAsync(NetworkDeviceMonitoringApi.ListDevicesOptionalParameters parameters)
Get the list of devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse |
ListDevicesResponse.addDataItem(DevicesListData dataItem) |
ListDevicesResponse |
ListDevicesResponse.data(List<DevicesListData> data) |
ListDevicesResponse |
ListDevicesResponse.meta(ListDevicesResponseMetadata meta) |
ListDevicesResponse |
ListDevicesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.