| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
LogSource |
LogSource.clone() |
LogSource |
LogSource.withAccount(String account)
Specify the account from which you want to collect logs.
|
LogSource |
LogSource.withRegion(String region)
Specify the Regions from which you want to collect logs.
|
LogSource |
LogSource.withSources(Collection<LogSourceResource> sources)
Specify the sources from which you want to collect logs.
|
LogSource |
LogSource.withSources(LogSourceResource... sources)
Specify the sources from which you want to collect logs.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogSource> |
ListLogSourcesResult.getSources()
The list of log sources in your organization that send data to the data lake.
|
| Modifier and Type | Method and Description |
|---|---|
ListLogSourcesResult |
ListLogSourcesResult.withSources(LogSource... sources)
The list of log sources in your organization that send data to the data lake.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLogSourcesResult.setSources(Collection<LogSource> sources)
The list of log sources in your organization that send data to the data lake.
|
ListLogSourcesResult |
ListLogSourcesResult.withSources(Collection<LogSource> sources)
The list of log sources in your organization that send data to the data lake.
|
Copyright © 2023. All rights reserved.