| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
Amazon Security Lake is a fully managed security data lake service.
|
| software.amazon.awssdk.services.securitylake.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDataLakeSourcesResponse |
SecurityLakeClient.getDataLakeSources(Consumer<GetDataLakeSourcesRequest.Builder> getDataLakeSourcesRequest)
Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts
and which sources Security Lake is collecting data from.
|
default GetDataLakeSourcesResponse |
SecurityLakeClient.getDataLakeSources(GetDataLakeSourcesRequest getDataLakeSourcesRequest)
Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts
and which sources Security Lake is collecting data from.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDataLakeSourcesResponse> |
SecurityLakeAsyncClient.getDataLakeSources(Consumer<GetDataLakeSourcesRequest.Builder> getDataLakeSourcesRequest)
Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts
and which sources Security Lake is collecting data from.
|
default CompletableFuture<GetDataLakeSourcesResponse> |
SecurityLakeAsyncClient.getDataLakeSources(GetDataLakeSourcesRequest getDataLakeSourcesRequest)
Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts
and which sources Security Lake is collecting data from.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDataLakeSourcesResponse> |
GetDataLakeSourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDataLakeSourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDataLakeSourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.