| 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 |
|---|---|
AssociateKmsKeyResult |
AbstractAWSLogs.associateKmsKey(AssociateKmsKeyRequest request) |
AssociateKmsKeyResult |
AWSLogs.associateKmsKey(AssociateKmsKeyRequest associateKmsKeyRequest)
Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs
query insights results in the account.
|
AssociateKmsKeyResult |
AWSLogsClient.associateKmsKey(AssociateKmsKeyRequest request)
Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs
query insights results in the account.
|
Future<AssociateKmsKeyResult> |
AbstractAWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest request) |
Future<AssociateKmsKeyResult> |
AWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest associateKmsKeyRequest)
Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs
query insights results in the account.
|
Future<AssociateKmsKeyResult> |
AWSLogsAsyncClient.associateKmsKeyAsync(AssociateKmsKeyRequest request) |
Future<AssociateKmsKeyResult> |
AbstractAWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
Future<AssociateKmsKeyResult> |
AWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest associateKmsKeyRequest,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler)
Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs
query insights results in the account.
|
Future<AssociateKmsKeyResult> |
AWSLogsAsyncClient.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateKmsKeyResult> |
AbstractAWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
Future<AssociateKmsKeyResult> |
AWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest associateKmsKeyRequest,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler)
Associates the specified KMS key with either one log group in the account, or with all stored CloudWatch Logs
query insights results in the account.
|
Future<AssociateKmsKeyResult> |
AWSLogsAsyncClient.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.
|
AssociateKmsKeyRequest |
AssociateKmsKeyRequest.withResourceIdentifier(String resourceIdentifier)
Specifies the target for this operation.
|
Copyright © 2023. All rights reserved.