Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.FilterLogEventsResponse.Builder
Packages that use FilterLogEventsResponse.Builder
-
Uses of FilterLogEventsResponse.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return FilterLogEventsResponse.BuilderModifier and TypeMethodDescriptionFilterLogEventsResponse.builder()FilterLogEventsResponse.Builder.events(Collection<FilteredLogEvent> events) The matched events.FilterLogEventsResponse.Builder.events(Consumer<FilteredLogEvent.Builder>... events) The matched events.FilterLogEventsResponse.Builder.events(FilteredLogEvent... events) The matched events.The token to use when requesting the next set of items.FilterLogEventsResponse.Builder.searchedLogStreams(Collection<SearchedLogStream> searchedLogStreams) Important As of May 15, 2020, this parameter is no longer supported.FilterLogEventsResponse.Builder.searchedLogStreams(Consumer<SearchedLogStream.Builder>... searchedLogStreams) Important As of May 15, 2020, this parameter is no longer supported.FilterLogEventsResponse.Builder.searchedLogStreams(SearchedLogStream... searchedLogStreams) Important As of May 15, 2020, this parameter is no longer supported.FilterLogEventsResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type FilterLogEventsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FilterLogEventsResponse.Builder>FilterLogEventsResponse.serializableBuilderClass()