| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResponse |
NetworkDeviceMonitoringApi.getDevice(String deviceId)
Get the device details.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetDeviceResponse> |
NetworkDeviceMonitoringApi.getDeviceAsync(String deviceId)
Get the device details.
|
ApiResponse<GetDeviceResponse> |
NetworkDeviceMonitoringApi.getDeviceWithHttpInfo(String deviceId)
Get the device details.
|
CompletableFuture<ApiResponse<GetDeviceResponse>> |
NetworkDeviceMonitoringApi.getDeviceWithHttpInfoAsync(String deviceId)
Get the device details.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceResponse |
GetDeviceResponse.data(GetDeviceData data) |
GetDeviceResponse |
GetDeviceResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.