@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HighAvailabilityMultiRegionApi extends Object
| Constructor and Description |
|---|
HighAvailabilityMultiRegionApi() |
HighAvailabilityMultiRegionApi(ApiClient apiClient) |
public HighAvailabilityMultiRegionApi()
public HighAvailabilityMultiRegionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic HamrOrgConnectionResponse createHamrOrgConnection(HamrOrgConnectionRequest body) throws ApiException
See createHamrOrgConnectionWithHttpInfo(com.datadog.api.client.v2.model.HamrOrgConnectionRequest).
body - (required)ApiException - if fails to make API callpublic CompletableFuture<HamrOrgConnectionResponse> createHamrOrgConnectionAsync(HamrOrgConnectionRequest body)
See createHamrOrgConnectionWithHttpInfoAsync(com.datadog.api.client.v2.model.HamrOrgConnectionRequest).
body - (required)public ApiResponse<HamrOrgConnectionResponse> createHamrOrgConnectionWithHttpInfo(HamrOrgConnectionRequest body) throws ApiException
body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 429 | Too many requests | - |
| 500 | Internal Server Error | - |
public CompletableFuture<ApiResponse<HamrOrgConnectionResponse>> createHamrOrgConnectionWithHttpInfoAsync(HamrOrgConnectionRequest body)
See createHamrOrgConnectionWithHttpInfo(com.datadog.api.client.v2.model.HamrOrgConnectionRequest).
body - (required)public HamrOrgConnectionResponse getHamrOrgConnection() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<HamrOrgConnectionResponse> getHamrOrgConnectionAsync()
public ApiResponse<HamrOrgConnectionResponse> getHamrOrgConnectionWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 404 | Not Found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<HamrOrgConnectionResponse>> getHamrOrgConnectionWithHttpInfoAsync()
Copyright © 2026. All rights reserved.