| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateKmsKeyResponse |
CloudWatchLogsClient.associateKmsKey(AssociateKmsKeyRequest associateKmsKeyRequest)
Associates the specified Key Management Service customer master key (CMK) with the specified log group.
|
default AssociateKmsKeyResponse |
CloudWatchLogsClient.associateKmsKey(Consumer<AssociateKmsKeyRequest.Builder> associateKmsKeyRequest)
Associates the specified Key Management Service customer master key (CMK) with the specified log group.
|
default CreateExportTaskResponse |
CloudWatchLogsClient.createExportTask(Consumer<CreateExportTaskRequest.Builder> createExportTaskRequest)
Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.
|
default CreateExportTaskResponse |
CloudWatchLogsClient.createExportTask(CreateExportTaskRequest createExportTaskRequest)
Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.
|
default CreateLogGroupResponse |
CloudWatchLogsClient.createLogGroup(Consumer<CreateLogGroupRequest.Builder> createLogGroupRequest)
Creates a log group with the specified name.
|
default CreateLogGroupResponse |
CloudWatchLogsClient.createLogGroup(CreateLogGroupRequest createLogGroupRequest)
Creates a log group with the specified name.
|
default DeleteDestinationResponse |
CloudWatchLogsClient.deleteDestination(Consumer<DeleteDestinationRequest.Builder> deleteDestinationRequest)
Deletes the specified destination, and eventually disables all the subscription filters that publish to it.
|
default DeleteDestinationResponse |
CloudWatchLogsClient.deleteDestination(DeleteDestinationRequest deleteDestinationRequest)
Deletes the specified destination, and eventually disables all the subscription filters that publish to it.
|
default DeleteLogGroupResponse |
CloudWatchLogsClient.deleteLogGroup(Consumer<DeleteLogGroupRequest.Builder> deleteLogGroupRequest)
Deletes the specified log group and permanently deletes all the archived log events associated with the log
group.
|
default DeleteLogGroupResponse |
CloudWatchLogsClient.deleteLogGroup(DeleteLogGroupRequest deleteLogGroupRequest)
Deletes the specified log group and permanently deletes all the archived log events associated with the log
group.
|
default DeleteLogStreamResponse |
CloudWatchLogsClient.deleteLogStream(Consumer<DeleteLogStreamRequest.Builder> deleteLogStreamRequest)
Deletes the specified log stream and permanently deletes all the archived log events associated with the log
stream.
|
default DeleteLogStreamResponse |
CloudWatchLogsClient.deleteLogStream(DeleteLogStreamRequest deleteLogStreamRequest)
Deletes the specified log stream and permanently deletes all the archived log events associated with the log
stream.
|
default DeleteMetricFilterResponse |
CloudWatchLogsClient.deleteMetricFilter(Consumer<DeleteMetricFilterRequest.Builder> deleteMetricFilterRequest)
Deletes the specified metric filter.
|
default DeleteMetricFilterResponse |
CloudWatchLogsClient.deleteMetricFilter(DeleteMetricFilterRequest deleteMetricFilterRequest)
Deletes the specified metric filter.
|
default DeleteRetentionPolicyResponse |
CloudWatchLogsClient.deleteRetentionPolicy(Consumer<DeleteRetentionPolicyRequest.Builder> deleteRetentionPolicyRequest)
Deletes the specified retention policy.
|
default DeleteRetentionPolicyResponse |
CloudWatchLogsClient.deleteRetentionPolicy(DeleteRetentionPolicyRequest deleteRetentionPolicyRequest)
Deletes the specified retention policy.
|
default DeleteSubscriptionFilterResponse |
CloudWatchLogsClient.deleteSubscriptionFilter(Consumer<DeleteSubscriptionFilterRequest.Builder> deleteSubscriptionFilterRequest)
Deletes the specified subscription filter.
|
default DeleteSubscriptionFilterResponse |
CloudWatchLogsClient.deleteSubscriptionFilter(DeleteSubscriptionFilterRequest deleteSubscriptionFilterRequest)
Deletes the specified subscription filter.
|
default DisassociateKmsKeyResponse |
CloudWatchLogsClient.disassociateKmsKey(Consumer<DisassociateKmsKeyRequest.Builder> disassociateKmsKeyRequest)
Disassociates the associated Key Management Service customer master key (CMK) from the specified log group.
|
default DisassociateKmsKeyResponse |
CloudWatchLogsClient.disassociateKmsKey(DisassociateKmsKeyRequest disassociateKmsKeyRequest)
Disassociates the associated Key Management Service customer master key (CMK) from the specified log group.
|
default PutDestinationResponse |
CloudWatchLogsClient.putDestination(Consumer<PutDestinationRequest.Builder> putDestinationRequest)
Creates or updates a destination.
|
default PutDestinationResponse |
CloudWatchLogsClient.putDestination(PutDestinationRequest putDestinationRequest)
Creates or updates a destination.
|
default PutDestinationPolicyResponse |
CloudWatchLogsClient.putDestinationPolicy(Consumer<PutDestinationPolicyRequest.Builder> putDestinationPolicyRequest)
Creates or updates an access policy associated with an existing destination.
|
default PutDestinationPolicyResponse |
CloudWatchLogsClient.putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest)
Creates or updates an access policy associated with an existing destination.
|
default PutMetricFilterResponse |
CloudWatchLogsClient.putMetricFilter(Consumer<PutMetricFilterRequest.Builder> putMetricFilterRequest)
Creates or updates a metric filter and associates it with the specified log group.
|
default PutMetricFilterResponse |
CloudWatchLogsClient.putMetricFilter(PutMetricFilterRequest putMetricFilterRequest)
Creates or updates a metric filter and associates it with the specified log group.
|
default PutRetentionPolicyResponse |
CloudWatchLogsClient.putRetentionPolicy(Consumer<PutRetentionPolicyRequest.Builder> putRetentionPolicyRequest)
Sets the retention of the specified log group.
|
default PutRetentionPolicyResponse |
CloudWatchLogsClient.putRetentionPolicy(PutRetentionPolicyRequest putRetentionPolicyRequest)
Sets the retention of the specified log group.
|
default PutSubscriptionFilterResponse |
CloudWatchLogsClient.putSubscriptionFilter(Consumer<PutSubscriptionFilterRequest.Builder> putSubscriptionFilterRequest)
Creates or updates a subscription filter and associates it with the specified log group.
|
default PutSubscriptionFilterResponse |
CloudWatchLogsClient.putSubscriptionFilter(PutSubscriptionFilterRequest putSubscriptionFilterRequest)
Creates or updates a subscription filter and associates it with the specified log group.
|
Copyright © 2022. All rights reserved.