| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListInterfaceTagsResponse |
NetworkDeviceMonitoringApi.listInterfaceUserTags(String interfaceId)
List tags for an interface.
|
ListInterfaceTagsResponse |
NetworkDeviceMonitoringApi.updateInterfaceUserTags(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListInterfaceTagsResponse> |
NetworkDeviceMonitoringApi.listInterfaceUserTagsAsync(String interfaceId)
List tags for an interface.
|
ApiResponse<ListInterfaceTagsResponse> |
NetworkDeviceMonitoringApi.listInterfaceUserTagsWithHttpInfo(String interfaceId)
Returns the tags associated with the specified interface.
|
CompletableFuture<ApiResponse<ListInterfaceTagsResponse>> |
NetworkDeviceMonitoringApi.listInterfaceUserTagsWithHttpInfoAsync(String interfaceId)
List tags for an interface.
|
CompletableFuture<ListInterfaceTagsResponse> |
NetworkDeviceMonitoringApi.updateInterfaceUserTagsAsync(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
ApiResponse<ListInterfaceTagsResponse> |
NetworkDeviceMonitoringApi.updateInterfaceUserTagsWithHttpInfo(String interfaceId,
ListInterfaceTagsResponse body)
Updates the tags associated with the specified interface.
|
CompletableFuture<ApiResponse<ListInterfaceTagsResponse>> |
NetworkDeviceMonitoringApi.updateInterfaceUserTagsWithHttpInfoAsync(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
| Modifier and Type | Method and Description |
|---|---|
ListInterfaceTagsResponse |
NetworkDeviceMonitoringApi.updateInterfaceUserTags(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
CompletableFuture<ListInterfaceTagsResponse> |
NetworkDeviceMonitoringApi.updateInterfaceUserTagsAsync(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
ApiResponse<ListInterfaceTagsResponse> |
NetworkDeviceMonitoringApi.updateInterfaceUserTagsWithHttpInfo(String interfaceId,
ListInterfaceTagsResponse body)
Updates the tags associated with the specified interface.
|
CompletableFuture<ApiResponse<ListInterfaceTagsResponse>> |
NetworkDeviceMonitoringApi.updateInterfaceUserTagsWithHttpInfoAsync(String interfaceId,
ListInterfaceTagsResponse body)
Update the tags for an interface.
|
| Modifier and Type | Method and Description |
|---|---|
ListInterfaceTagsResponse |
ListInterfaceTagsResponse.data(ListInterfaceTagsResponseData data) |
ListInterfaceTagsResponse |
ListInterfaceTagsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.