Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ConflictException
Packages that use ConflictException
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 ConflictException in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that throw ConflictExceptionModifier and TypeMethodDescriptiondefault CreateDeliveryResponseCloudWatchLogsClient.createDelivery(Consumer<CreateDeliveryRequest.Builder> createDeliveryRequest) Creates a delivery.default CreateDeliveryResponseCloudWatchLogsClient.createDelivery(CreateDeliveryRequest createDeliveryRequest) Creates a delivery.default CreateImportTaskResponseCloudWatchLogsClient.createImportTask(Consumer<CreateImportTaskRequest.Builder> createImportTaskRequest) Starts an import from a data source to CloudWatch Log and creates a managed log group as the destination for the imported data.default CreateImportTaskResponseCloudWatchLogsClient.createImportTask(CreateImportTaskRequest createImportTaskRequest) Starts an import from a data source to CloudWatch Log and creates a managed log group as the destination for the imported data.default CreateScheduledQueryResponseCloudWatchLogsClient.createScheduledQuery(Consumer<CreateScheduledQueryRequest.Builder> createScheduledQueryRequest) Creates a scheduled query that runs CloudWatch Logs Insights queries at regular intervals.default CreateScheduledQueryResponseCloudWatchLogsClient.createScheduledQuery(CreateScheduledQueryRequest createScheduledQueryRequest) Creates a scheduled query that runs CloudWatch Logs Insights queries at regular intervals.default DeleteDeliveryResponseCloudWatchLogsClient.deleteDelivery(Consumer<DeleteDeliveryRequest.Builder> deleteDeliveryRequest) Deletes a delivery.default DeleteDeliveryResponseCloudWatchLogsClient.deleteDelivery(DeleteDeliveryRequest deleteDeliveryRequest) Deletes a delivery.CloudWatchLogsClient.deleteDeliveryDestination(Consumer<DeleteDeliveryDestinationRequest.Builder> deleteDeliveryDestinationRequest) Deletes a delivery destination.CloudWatchLogsClient.deleteDeliveryDestination(DeleteDeliveryDestinationRequest deleteDeliveryDestinationRequest) Deletes a delivery destination.CloudWatchLogsClient.deleteDeliveryDestinationPolicy(Consumer<DeleteDeliveryDestinationPolicyRequest.Builder> deleteDeliveryDestinationPolicyRequest) Deletes a delivery destination policy.CloudWatchLogsClient.deleteDeliveryDestinationPolicy(DeleteDeliveryDestinationPolicyRequest deleteDeliveryDestinationPolicyRequest) Deletes a delivery destination policy.default DeleteDeliverySourceResponseCloudWatchLogsClient.deleteDeliverySource(Consumer<DeleteDeliverySourceRequest.Builder> deleteDeliverySourceRequest) Deletes a delivery source.default DeleteDeliverySourceResponseCloudWatchLogsClient.deleteDeliverySource(DeleteDeliverySourceRequest deleteDeliverySourceRequest) Deletes a delivery source.default PutDeliveryDestinationResponseCloudWatchLogsClient.putDeliveryDestination(Consumer<PutDeliveryDestinationRequest.Builder> putDeliveryDestinationRequest) Creates or updates a logical delivery destination.default PutDeliveryDestinationResponseCloudWatchLogsClient.putDeliveryDestination(PutDeliveryDestinationRequest putDeliveryDestinationRequest) Creates or updates a logical delivery destination.CloudWatchLogsClient.putDeliveryDestinationPolicy(Consumer<PutDeliveryDestinationPolicyRequest.Builder> putDeliveryDestinationPolicyRequest) Creates and assigns an IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.CloudWatchLogsClient.putDeliveryDestinationPolicy(PutDeliveryDestinationPolicyRequest putDeliveryDestinationPolicyRequest) Creates and assigns an IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.default PutDeliverySourceResponseCloudWatchLogsClient.putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest) Creates or updates a logical delivery source.default PutDeliverySourceResponseCloudWatchLogsClient.putDeliverySource(PutDeliverySourceRequest putDeliverySourceRequest) Creates or updates a logical delivery source.CloudWatchLogsClient.updateDeliveryConfiguration(Consumer<UpdateDeliveryConfigurationRequest.Builder> updateDeliveryConfigurationRequest) Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs.CloudWatchLogsClient.updateDeliveryConfiguration(UpdateDeliveryConfigurationRequest updateDeliveryConfigurationRequest) Use this operation to update the configuration of a delivery to change either the S3 path pattern or the format of the delivered logs.