| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
TagsApi.GetHostTagsOptionalParameters |
TagsApi.GetHostTagsOptionalParameters.source(String source)
Set source.
|
| Modifier and Type | Method and Description |
|---|---|
HostTags |
TagsApi.getHostTags(String hostName,
TagsApi.GetHostTagsOptionalParameters parameters)
Get host tags.
|
CompletableFuture<HostTags> |
TagsApi.getHostTagsAsync(String hostName,
TagsApi.GetHostTagsOptionalParameters parameters)
Get host tags.
|
ApiResponse<HostTags> |
TagsApi.getHostTagsWithHttpInfo(String hostName,
TagsApi.GetHostTagsOptionalParameters parameters)
Return the list of tags that apply to a given host.
|
CompletableFuture<ApiResponse<HostTags>> |
TagsApi.getHostTagsWithHttpInfoAsync(String hostName,
TagsApi.GetHostTagsOptionalParameters parameters)
Get host tags.
|
Copyright © 2024. All rights reserved.