| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
|
| software.amazon.awssdk.services.securitylake.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDatalakeStatusResponse |
SecurityLakeClient.getDatalakeStatus(Consumer<GetDatalakeStatusRequest.Builder> getDatalakeStatusRequest)
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 GetDatalakeStatusResponse |
SecurityLakeClient.getDatalakeStatus(GetDatalakeStatusRequest getDatalakeStatusRequest)
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<GetDatalakeStatusResponse> |
SecurityLakeAsyncClient.getDatalakeStatus(Consumer<GetDatalakeStatusRequest.Builder> getDatalakeStatusRequest)
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<GetDatalakeStatusResponse> |
SecurityLakeAsyncClient.getDatalakeStatus(GetDatalakeStatusRequest getDatalakeStatusRequest)
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<GetDatalakeStatusResponse> |
GetDatalakeStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDatalakeStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDatalakeStatusResponse> subscriber) |
Copyright © 2023. All rights reserved.