Package | Description |
---|---|
com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, AWS CloudTrail,
or other sources.
|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
AssociateKmsKeyResult |
AWSLogs.associateKmsKey(AssociateKmsKeyRequest associateKmsKeyRequest)
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log
group.
|
AssociateKmsKeyResult |
AWSLogsClient.associateKmsKey(AssociateKmsKeyRequest request)
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log
group.
|
AssociateKmsKeyResult |
AbstractAWSLogs.associateKmsKey(AssociateKmsKeyRequest request) |
Future<AssociateKmsKeyResult> |
AWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest associateKmsKeyRequest)
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log
group.
|
Future<AssociateKmsKeyResult> |
AbstractAWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest request) |
Future<AssociateKmsKeyResult> |
AWSLogsAsyncClient.associateKmsKeyAsync(AssociateKmsKeyRequest request) |
Future<AssociateKmsKeyResult> |
AWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest associateKmsKeyRequest,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler)
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log
group.
|
Future<AssociateKmsKeyResult> |
AbstractAWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
Future<AssociateKmsKeyResult> |
AWSLogsAsyncClient.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<AssociateKmsKeyResult> |
AWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest associateKmsKeyRequest,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler)
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log
group.
|
Future<AssociateKmsKeyResult> |
AbstractAWSLogsAsync.associateKmsKeyAsync(AssociateKmsKeyRequest request,
AsyncHandler<AssociateKmsKeyRequest,AssociateKmsKeyResult> asyncHandler) |
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 CMK to use when encrypting log data.
|
AssociateKmsKeyRequest |
AssociateKmsKeyRequest.withLogGroupName(String logGroupName)
The name of the log group.
|
Copyright © 2020. All rights reserved.