Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.CreateLogGroupResponse
-
Packages that use CreateLogGroupResponse 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. -
-
Uses of CreateLogGroupResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CreateLogGroupResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type CreateLogGroupResponse Modifier and Type Method Description default 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.
-