| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AWSLogsAsyncResponse |
AwsLogsIntegrationApi.checkAWSLogsServicesAsync(AWSLogsServicesRequest body)
Check permissions for log services.
|
CompletableFuture<AWSLogsAsyncResponse> |
AwsLogsIntegrationApi.checkAWSLogsServicesAsyncAsync(AWSLogsServicesRequest body)
Check permissions for log services.
|
ApiResponse<AWSLogsAsyncResponse> |
AwsLogsIntegrationApi.checkAWSLogsServicesAsyncWithHttpInfo(AWSLogsServicesRequest body)
Test if permissions are present to add log-forwarding triggers for the given services and AWS
account.
|
CompletableFuture<ApiResponse<AWSLogsAsyncResponse>> |
AwsLogsIntegrationApi.checkAWSLogsServicesAsyncWithHttpInfoAsync(AWSLogsServicesRequest body)
Check permissions for log services.
|
Object |
AwsLogsIntegrationApi.enableAWSLogServices(AWSLogsServicesRequest body)
Enable an AWS Logs integration.
|
CompletableFuture<Object> |
AwsLogsIntegrationApi.enableAWSLogServicesAsync(AWSLogsServicesRequest body)
Enable an AWS Logs integration.
|
ApiResponse<Object> |
AwsLogsIntegrationApi.enableAWSLogServicesWithHttpInfo(AWSLogsServicesRequest body)
Enable automatic log collection for a list of services.
|
CompletableFuture<ApiResponse<Object>> |
AwsLogsIntegrationApi.enableAWSLogServicesWithHttpInfoAsync(AWSLogsServicesRequest body)
Enable an AWS Logs integration.
|
| Modifier and Type | Method and Description |
|---|---|
AWSLogsServicesRequest |
AWSLogsServicesRequest.accountId(String accountId) |
AWSLogsServicesRequest |
AWSLogsServicesRequest.addServicesItem(String servicesItem) |
AWSLogsServicesRequest |
AWSLogsServicesRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AWSLogsServicesRequest |
AWSLogsServicesRequest.services(List<String> services) |
Copyright © 2024. All rights reserved.