| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
SearchedLogStream |
SearchedLogStream.clone() |
SearchedLogStream |
SearchedLogStream.withLogStreamName(String logStreamName)
The name of the log stream.
|
SearchedLogStream |
SearchedLogStream.withSearchedCompletely(Boolean searchedCompletely)
Indicates whether all the events in this log stream were searched.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchedLogStream> |
FilterLogEventsResult.getSearchedLogStreams()
IMPORTANT Starting on May 15, 2020, this parameter will be deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FilterLogEventsResult |
FilterLogEventsResult.withSearchedLogStreams(SearchedLogStream... searchedLogStreams)
IMPORTANT Starting on May 15, 2020, this parameter will be deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterLogEventsResult.setSearchedLogStreams(Collection<SearchedLogStream> searchedLogStreams)
IMPORTANT Starting on May 15, 2020, this parameter will be deprecated.
|
FilterLogEventsResult |
FilterLogEventsResult.withSearchedLogStreams(Collection<SearchedLogStream> searchedLogStreams)
IMPORTANT Starting on May 15, 2020, this parameter will be deprecated.
|
Copyright © 2022. All rights reserved.