Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogGroupFieldsResponse
-
Packages that use GetLogGroupFieldsResponse 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 GetLogGroupFieldsResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetLogGroupFieldsResponse Modifier and Type Method Description default GetLogGroupFieldsResponseCloudWatchLogsClient. getLogGroupFields(Consumer<GetLogGroupFieldsRequest.Builder> getLogGroupFieldsRequest)Returns a list of the fields that are included in log events in the specified log group.default GetLogGroupFieldsResponseCloudWatchLogsClient. getLogGroupFields(GetLogGroupFieldsRequest getLogGroupFieldsRequest)Returns a list of the fields that are included in log events in the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetLogGroupFieldsResponse Modifier and Type Method 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.
-