Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CreateLogGroupResponse
Packages that use CreateLogGroupResponse
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 CreateLogGroupResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CreateLogGroupResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type CreateLogGroupResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateLogGroupResponse>CloudWatchLogsAsyncClient.createLogGroup(Consumer<CreateLogGroupRequest.Builder> createLogGroupRequest) Creates a log group with the specified name.default CompletableFuture<CreateLogGroupResponse>CloudWatchLogsAsyncClient.createLogGroup(CreateLogGroupRequest createLogGroupRequest) Creates a log group with the specified name.