| 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)
Retrieve the Security Lake configuration object for the specified account ID.
|
default GetDatalakeStatusResponse |
SecurityLakeClient.getDatalakeStatus(GetDatalakeStatusRequest getDatalakeStatusRequest)
Retrieve the Security Lake configuration object for the specified account ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDatalakeStatusResponse> |
SecurityLakeAsyncClient.getDatalakeStatus(Consumer<GetDatalakeStatusRequest.Builder> getDatalakeStatusRequest)
Retrieve the Security Lake configuration object for the specified account ID.
|
default CompletableFuture<GetDatalakeStatusResponse> |
SecurityLakeAsyncClient.getDatalakeStatus(GetDatalakeStatusRequest getDatalakeStatusRequest)
Retrieve the Security Lake configuration object for the specified account ID.
|
| 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 © 2022. All rights reserved.