| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model | |
| software.amazon.awssdk.services.securitylake.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LogSource> |
ListLogSourcesResponse.sources()
The list of log sources in your organization that send data to the data lake.
|
| Modifier and Type | Method and Description |
|---|---|
ListLogSourcesResponse.Builder |
ListLogSourcesResponse.Builder.sources(LogSource... sources)
The list of log sources in your organization that send data to the data lake.
|
| Modifier and Type | Method and Description |
|---|---|
ListLogSourcesResponse.Builder |
ListLogSourcesResponse.Builder.sources(Collection<LogSource> sources)
The list of log sources in your organization that send data to the data lake.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LogSource> |
ListLogSourcesPublisher.sources()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LogSource> |
ListLogSourcesIterable.sources()
Returns an iterable to iterate through the paginated
ListLogSourcesResponse.sources() member. |
Copyright © 2023. All rights reserved.