| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TagToHosts |
TagsApi.listHostTags()
Get Tags.
|
TagToHosts |
TagsApi.listHostTags(TagsApi.ListHostTagsOptionalParameters parameters)
Get Tags.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TagToHosts> |
TagsApi.listHostTagsAsync()
Get Tags.
|
CompletableFuture<TagToHosts> |
TagsApi.listHostTagsAsync(TagsApi.ListHostTagsOptionalParameters parameters)
Get Tags.
|
ApiResponse<TagToHosts> |
TagsApi.listHostTagsWithHttpInfo(TagsApi.ListHostTagsOptionalParameters parameters)
Return a mapping of tags to hosts for your whole infrastructure.
|
CompletableFuture<ApiResponse<TagToHosts>> |
TagsApi.listHostTagsWithHttpInfoAsync(TagsApi.ListHostTagsOptionalParameters parameters)
Get Tags.
|
| Modifier and Type | Method and Description |
|---|---|
TagToHosts |
TagToHosts.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TagToHosts |
TagToHosts.putTagsItem(String key,
List<String> tagsItem) |
TagToHosts |
TagToHosts.tags(Map<String,List<String>> tags) |
Copyright © 2024. All rights reserved.