@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AwsLogsIntegrationApi extends Object
| Constructor and Description |
|---|
AwsLogsIntegrationApi() |
AwsLogsIntegrationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient()
Get the API client.
|
AWSLogsServicesResponse |
listAWSLogsServices()
Get list of AWS log ready services.
|
CompletableFuture<AWSLogsServicesResponse> |
listAWSLogsServicesAsync()
Get list of AWS log ready services.
|
ApiResponse<AWSLogsServicesResponse> |
listAWSLogsServicesWithHttpInfo()
Get a list of AWS services that can send logs to Datadog.
|
CompletableFuture<ApiResponse<AWSLogsServicesResponse>> |
listAWSLogsServicesWithHttpInfoAsync()
Get list of AWS log ready services.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
public AwsLogsIntegrationApi()
public AwsLogsIntegrationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic AWSLogsServicesResponse listAWSLogsServices() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<AWSLogsServicesResponse> listAWSLogsServicesAsync()
public ApiResponse<AWSLogsServicesResponse> listAWSLogsServicesWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | AWS Logs Services List object | - |
| 403 | Forbidden | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<AWSLogsServicesResponse>> listAWSLogsServicesWithHttpInfoAsync()
Copyright © 2026. All rights reserved.