| 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<DisassociateKmsKeyResult> |
AWSLogsAsyncClient.disassociateKmsKeyAsync(DisassociateKmsKeyRequest request,
AsyncHandler<DisassociateKmsKeyRequest,DisassociateKmsKeyResult> asyncHandler) |
Future<DisassociateKmsKeyResult> |
AbstractAWSLogsAsync.disassociateKmsKeyAsync(DisassociateKmsKeyRequest request,
AsyncHandler<DisassociateKmsKeyRequest,DisassociateKmsKeyResult> asyncHandler) |
Future<DisassociateKmsKeyResult> |
AWSLogsAsync.disassociateKmsKeyAsync(DisassociateKmsKeyRequest disassociateKmsKeyRequest,
AsyncHandler<DisassociateKmsKeyRequest,DisassociateKmsKeyResult> asyncHandler)
Disassociates the associated Key Management Service customer master key (CMK) from the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateKmsKeyRequest |
DisassociateKmsKeyRequest.clone() |
DisassociateKmsKeyRequest |
DisassociateKmsKeyRequest.withLogGroupName(String logGroupName)
The name of the log group.
|
Copyright © 2022. All rights reserved.