Uses of Class
software.amazon.awssdk.services.securitylake.model.LogSource
-
Packages that use LogSource Package Description software.amazon.awssdk.services.securitylake.model software.amazon.awssdk.services.securitylake.paginators -
-
Uses of LogSource in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type LogSource Modifier and Type Method Description List<LogSource>ListLogSourcesResponse. sources()The list of log sources in your organization that send data to the data lake.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type LogSource Modifier and Type Method Description ListLogSourcesResponse.BuilderListLogSourcesResponse.Builder. sources(LogSource... sources)The list of log sources in your organization that send data to the data lake.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type LogSource Modifier and Type Method Description ListLogSourcesResponse.BuilderListLogSourcesResponse.Builder. sources(Collection<LogSource> sources)The list of log sources in your organization that send data to the data lake. -
Uses of LogSource in software.amazon.awssdk.services.securitylake.paginators
Methods in software.amazon.awssdk.services.securitylake.paginators that return types with arguments of type LogSource Modifier and Type Method Description SdkIterable<LogSource>ListLogSourcesIterable. sources()Returns an iterable to iterate through the paginatedListLogSourcesResponse.sources()member.SdkPublisher<LogSource>ListLogSourcesPublisher. sources()Returns a publisher that can be used to get a stream of data.
-