| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse |
NetworkDeviceMonitoringApi.listDeviceUserTags(String deviceId)
Get the list of tags for a device.
|
ListTagsResponse |
NetworkDeviceMonitoringApi.updateDeviceUserTags(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListTagsResponse> |
NetworkDeviceMonitoringApi.listDeviceUserTagsAsync(String deviceId)
Get the list of tags for a device.
|
ApiResponse<ListTagsResponse> |
NetworkDeviceMonitoringApi.listDeviceUserTagsWithHttpInfo(String deviceId)
Get the list of tags for a device.
|
CompletableFuture<ApiResponse<ListTagsResponse>> |
NetworkDeviceMonitoringApi.listDeviceUserTagsWithHttpInfoAsync(String deviceId)
Get the list of tags for a device.
|
CompletableFuture<ListTagsResponse> |
NetworkDeviceMonitoringApi.updateDeviceUserTagsAsync(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
ApiResponse<ListTagsResponse> |
NetworkDeviceMonitoringApi.updateDeviceUserTagsWithHttpInfo(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
CompletableFuture<ApiResponse<ListTagsResponse>> |
NetworkDeviceMonitoringApi.updateDeviceUserTagsWithHttpInfoAsync(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse |
NetworkDeviceMonitoringApi.updateDeviceUserTags(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
CompletableFuture<ListTagsResponse> |
NetworkDeviceMonitoringApi.updateDeviceUserTagsAsync(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
ApiResponse<ListTagsResponse> |
NetworkDeviceMonitoringApi.updateDeviceUserTagsWithHttpInfo(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
CompletableFuture<ApiResponse<ListTagsResponse>> |
NetworkDeviceMonitoringApi.updateDeviceUserTagsWithHttpInfoAsync(String deviceId,
ListTagsResponse body)
Update the tags for a device.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse |
ListTagsResponse.data(ListTagsResponseData data) |
ListTagsResponse |
ListTagsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.