@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DomainAllowlistApi extends Object
| Constructor and Description |
|---|
DomainAllowlistApi() |
DomainAllowlistApi(ApiClient apiClient) |
public DomainAllowlistApi()
public DomainAllowlistApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic DomainAllowlistResponse getDomainAllowlist() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<DomainAllowlistResponse> getDomainAllowlistAsync()
public ApiResponse<DomainAllowlistResponse> getDomainAllowlistWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<DomainAllowlistResponse>> getDomainAllowlistWithHttpInfoAsync()
public DomainAllowlistResponse patchDomainAllowlist(DomainAllowlistRequest body) throws ApiException
See patchDomainAllowlistWithHttpInfo(com.datadog.api.client.v2.model.DomainAllowlistRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<DomainAllowlistResponse> patchDomainAllowlistAsync(DomainAllowlistRequest body)
See patchDomainAllowlistWithHttpInfoAsync(com.datadog.api.client.v2.model.DomainAllowlistRequest).
body - (required)public ApiResponse<DomainAllowlistResponse> patchDomainAllowlistWithHttpInfo(DomainAllowlistRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<DomainAllowlistResponse>> patchDomainAllowlistWithHttpInfoAsync(DomainAllowlistRequest body)
See patchDomainAllowlistWithHttpInfo(com.datadog.api.client.v2.model.DomainAllowlistRequest).
body - (required)Copyright © 2025. All rights reserved.