Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ResourceAlreadyExistsException
Packages that use ResourceAlreadyExistsException
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of ResourceAlreadyExistsException in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that throw ResourceAlreadyExistsExceptionModifier and TypeMethodDescriptiondefault CreateExportTaskResponseCloudWatchLogsClient.createExportTask(Consumer<CreateExportTaskRequest.Builder> createExportTaskRequest) Creates an export task so that you can efficiently export data from a log group to an Amazon S3 bucket.default CreateExportTaskResponseCloudWatchLogsClient.createExportTask(CreateExportTaskRequest createExportTaskRequest) Creates an export task so that you can efficiently export data from a log group to an Amazon S3 bucket.default CreateLogGroupResponseCloudWatchLogsClient.createLogGroup(Consumer<CreateLogGroupRequest.Builder> createLogGroupRequest) Creates a log group with the specified name.default CreateLogGroupResponseCloudWatchLogsClient.createLogGroup(CreateLogGroupRequest createLogGroupRequest) Creates a log group with the specified name.default CreateLogStreamResponseCloudWatchLogsClient.createLogStream(Consumer<CreateLogStreamRequest.Builder> createLogStreamRequest) Creates a log stream for the specified log group.default CreateLogStreamResponseCloudWatchLogsClient.createLogStream(CreateLogStreamRequest createLogStreamRequest) Creates a log stream for the specified log group.default CreateLookupTableResponseCloudWatchLogsClient.createLookupTable(Consumer<CreateLookupTableRequest.Builder> createLookupTableRequest) Creates a lookup table by uploading CSV data.default CreateLookupTableResponseCloudWatchLogsClient.createLookupTable(CreateLookupTableRequest createLookupTableRequest) Creates a lookup table by uploading CSV data.