| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
HostMuteResponse |
HostsApi.muteHost(String hostName,
HostMuteSettings body)
Mute a host.
|
HostMuteResponse |
HostsApi.unmuteHost(String hostName)
Unmute a host.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HostMuteResponse> |
HostsApi.muteHostAsync(String hostName,
HostMuteSettings body)
Mute a host.
|
ApiResponse<HostMuteResponse> |
HostsApi.muteHostWithHttpInfo(String hostName,
HostMuteSettings body)
Mute a host.
|
CompletableFuture<ApiResponse<HostMuteResponse>> |
HostsApi.muteHostWithHttpInfoAsync(String hostName,
HostMuteSettings body)
Mute a host.
|
CompletableFuture<HostMuteResponse> |
HostsApi.unmuteHostAsync(String hostName)
Unmute a host.
|
ApiResponse<HostMuteResponse> |
HostsApi.unmuteHostWithHttpInfo(String hostName)
Unmutes a host.
|
CompletableFuture<ApiResponse<HostMuteResponse>> |
HostsApi.unmuteHostWithHttpInfoAsync(String hostName)
Unmute a host.
|
| Modifier and Type | Method and Description |
|---|---|
HostMuteResponse |
HostMuteResponse.action(String action) |
HostMuteResponse |
HostMuteResponse.end(Long end) |
HostMuteResponse |
HostMuteResponse.hostname(String hostname) |
HostMuteResponse |
HostMuteResponse.message(String message) |
HostMuteResponse |
HostMuteResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.