Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogEventsRequest
-
Packages that use GetLogEventsRequest 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.software.amazon.awssdk.services.cloudwatchlogs.paginators software.amazon.awssdk.services.cloudwatchlogs.transform -
-
Uses of GetLogEventsRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type GetLogEventsRequest Modifier and Type Method Description default CompletableFuture<GetLogEventsResponse>CloudWatchLogsAsyncClient. getLogEvents(GetLogEventsRequest getLogEventsRequest)Lists log events from the specified log stream.default GetLogEventsResponseCloudWatchLogsClient. getLogEvents(GetLogEventsRequest getLogEventsRequest)Lists log events from the specified log stream.default GetLogEventsPublisherCloudWatchLogsAsyncClient. getLogEventsPaginator(GetLogEventsRequest getLogEventsRequest)Lists log events from the specified log stream.default GetLogEventsIterableCloudWatchLogsClient. getLogEventsPaginator(GetLogEventsRequest getLogEventsRequest)Lists log events from the specified log stream. -
Uses of GetLogEventsRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type GetLogEventsRequest Constructor Description GetLogEventsIterable(CloudWatchLogsClient client, GetLogEventsRequest firstRequest)GetLogEventsPublisher(CloudWatchLogsAsyncClient client, GetLogEventsRequest firstRequest) -
Uses of GetLogEventsRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type GetLogEventsRequest Modifier and Type Method Description SdkHttpFullRequestGetLogEventsRequestMarshaller. marshall(GetLogEventsRequest getLogEventsRequest)
-