| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
HostMuteSettings |
HostMuteSettings.end(Long end) |
HostMuteSettings |
HostMuteSettings.message(String message) |
HostMuteSettings |
HostMuteSettings.override(Boolean override) |
HostMuteSettings |
HostMuteSettings.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.