| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
DataLakeSource |
DataLakeSource.clone() |
DataLakeSource |
DataLakeSource.withAccount(String account)
The ID of the Security Lake account for which logs are collected.
|
DataLakeSource |
DataLakeSource.withEventClasses(Collection<String> eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom
source will send to Security Lake.
|
DataLakeSource |
DataLakeSource.withEventClasses(String... eventClasses)
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom
source will send to Security Lake.
|
DataLakeSource |
DataLakeSource.withSourceName(String sourceName)
The supported Amazon Web Services from which logs and events are collected.
|
DataLakeSource |
DataLakeSource.withSourceStatuses(Collection<DataLakeSourceStatus> sourceStatuses)
The log status for the Security Lake account.
|
DataLakeSource |
DataLakeSource.withSourceStatuses(DataLakeSourceStatus... sourceStatuses)
The log status for the Security Lake account.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataLakeSource> |
GetDataLakeSourcesResult.getDataLakeSources()
The list of enabled accounts and enabled sources.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataLakeSourcesResult |
GetDataLakeSourcesResult.withDataLakeSources(DataLakeSource... dataLakeSources)
The list of enabled accounts and enabled sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDataLakeSourcesResult.setDataLakeSources(Collection<DataLakeSource> dataLakeSources)
The list of enabled accounts and enabled sources.
|
GetDataLakeSourcesResult |
GetDataLakeSourcesResult.withDataLakeSources(Collection<DataLakeSource> dataLakeSources)
The list of enabled accounts and enabled sources.
|
Copyright © 2024. All rights reserved.