| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
AWSLogsAsyncResponse |
AwsLogsIntegrationApi.checkAWSLogsLambdaAsync(AWSAccountAndLambdaRequest body)
Check that an AWS Lambda Function exists.
|
CompletableFuture<AWSLogsAsyncResponse> |
AwsLogsIntegrationApi.checkAWSLogsLambdaAsyncAsync(AWSAccountAndLambdaRequest body)
Check that an AWS Lambda Function exists.
|
ApiResponse<AWSLogsAsyncResponse> |
AwsLogsIntegrationApi.checkAWSLogsLambdaAsyncWithHttpInfo(AWSAccountAndLambdaRequest body)
Test if permissions are present to add a log-forwarding triggers for the given services and AWS
account.
|
CompletableFuture<ApiResponse<AWSLogsAsyncResponse>> |
AwsLogsIntegrationApi.checkAWSLogsLambdaAsyncWithHttpInfoAsync(AWSAccountAndLambdaRequest body)
Check that an AWS Lambda Function exists.
|
Object |
AwsLogsIntegrationApi.createAWSLambdaARN(AWSAccountAndLambdaRequest body)
Add AWS Log Lambda ARN.
|
CompletableFuture<Object> |
AwsLogsIntegrationApi.createAWSLambdaARNAsync(AWSAccountAndLambdaRequest body)
Add AWS Log Lambda ARN.
|
ApiResponse<Object> |
AwsLogsIntegrationApi.createAWSLambdaARNWithHttpInfo(AWSAccountAndLambdaRequest body)
Attach the Lambda ARN of the Lambda created for the Datadog-AWS log collection to your AWS
account ID to enable log collection.
|
CompletableFuture<ApiResponse<Object>> |
AwsLogsIntegrationApi.createAWSLambdaARNWithHttpInfoAsync(AWSAccountAndLambdaRequest body)
Add AWS Log Lambda ARN.
|
Object |
AwsLogsIntegrationApi.deleteAWSLambdaARN(AWSAccountAndLambdaRequest body)
Delete an AWS Logs integration.
|
CompletableFuture<Object> |
AwsLogsIntegrationApi.deleteAWSLambdaARNAsync(AWSAccountAndLambdaRequest body)
Delete an AWS Logs integration.
|
ApiResponse<Object> |
AwsLogsIntegrationApi.deleteAWSLambdaARNWithHttpInfo(AWSAccountAndLambdaRequest body)
Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a
given AWS account.
|
CompletableFuture<ApiResponse<Object>> |
AwsLogsIntegrationApi.deleteAWSLambdaARNWithHttpInfoAsync(AWSAccountAndLambdaRequest body)
Delete an AWS Logs integration.
|
| Modifier and Type | Method and Description |
|---|---|
AWSAccountAndLambdaRequest |
AWSAccountAndLambdaRequest.accountId(String accountId) |
AWSAccountAndLambdaRequest |
AWSAccountAndLambdaRequest.lambdaArn(String lambdaArn) |
AWSAccountAndLambdaRequest |
AWSAccountAndLambdaRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.