| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IPAllowlistResponse |
IpAllowlistApi.getIPAllowlist()
Get IP Allowlist.
|
IPAllowlistResponse |
IpAllowlistApi.updateIPAllowlist(IPAllowlistUpdateRequest body)
Update IP Allowlist.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IPAllowlistResponse> |
IpAllowlistApi.getIPAllowlistAsync()
Get IP Allowlist.
|
ApiResponse<IPAllowlistResponse> |
IpAllowlistApi.getIPAllowlistWithHttpInfo()
Returns the IP allowlist and its enabled or disabled state.
|
CompletableFuture<ApiResponse<IPAllowlistResponse>> |
IpAllowlistApi.getIPAllowlistWithHttpInfoAsync()
Get IP Allowlist.
|
CompletableFuture<IPAllowlistResponse> |
IpAllowlistApi.updateIPAllowlistAsync(IPAllowlistUpdateRequest body)
Update IP Allowlist.
|
ApiResponse<IPAllowlistResponse> |
IpAllowlistApi.updateIPAllowlistWithHttpInfo(IPAllowlistUpdateRequest body)
Edit the entries in the IP allowlist, and enable or disable it.
|
CompletableFuture<ApiResponse<IPAllowlistResponse>> |
IpAllowlistApi.updateIPAllowlistWithHttpInfoAsync(IPAllowlistUpdateRequest body)
Update IP Allowlist.
|
| Modifier and Type | Method and Description |
|---|---|
IPAllowlistResponse |
IPAllowlistResponse.data(IPAllowlistData data) |
IPAllowlistResponse |
IPAllowlistResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.