| Package | Description |
|---|---|
| com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateKmsKeyResult> |
AWSLogsAsyncClient.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
Future<AssociateKmsKeyResult> |
AWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest associateKmsKeyRequest,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler)
Associates the specified KMS key with the specified log group.
|
Future<AssociateKmsKeyResult> |
AbstractAWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateKmsKeyRequest |
AssociateKmsKeyRequest.clone() |
AssociateKmsKeyRequest |
AssociateKmsKeyRequest.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the KMS key to use when encrypting log data.
|
AssociateKmsKeyRequest |
AssociateKmsKeyRequest.withLogGroupName(String logGroupName)
The name of the log group.
|
Copyright © 2023. All rights reserved.