| 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 GetLogGroupFieldsResponse |
CloudWatchLogsClient.getLogGroupFields(Consumer<GetLogGroupFieldsRequest.Builder> getLogGroupFieldsRequest)
Returns a list of the fields that are included in log events in the specified log group.
|
default GetLogGroupFieldsResponse |
CloudWatchLogsClient.getLogGroupFields(GetLogGroupFieldsRequest getLogGroupFieldsRequest)
Returns a list of the fields that are included in log events in the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLogGroupFieldsResponse> |
CloudWatchLogsAsyncClient.getLogGroupFields(Consumer<GetLogGroupFieldsRequest.Builder> getLogGroupFieldsRequest)
Returns a list of the fields that are included in log events in the specified log group.
|
default CompletableFuture<GetLogGroupFieldsResponse> |
CloudWatchLogsAsyncClient.getLogGroupFields(GetLogGroupFieldsRequest getLogGroupFieldsRequest)
Returns a list of the fields that are included in log events in the specified log group.
|
Copyright © 2023. All rights reserved.