| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
|
| software.amazon.awssdk.services.securitylake.model |
| 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 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 GetDatalakeStatusIterable |
SecurityLakeClient.getDatalakeStatusPaginator(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 GetDatalakeStatusPublisher |
SecurityLakeAsyncClient.getDatalakeStatusPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.Builder.accountSet(Collection<String> accountSet)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.
|
GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.Builder.accountSet(String... accountSet)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.
|
static GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.builder() |
GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.Builder.maxAccountResults(Integer maxAccountResults)
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts
and log sources, is retrieved.
|
GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.Builder.nextToken(String nextToken)
Lists if there are more results available.
|
GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDatalakeStatusRequest.Builder |
GetDatalakeStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDatalakeStatusRequest.Builder> |
GetDatalakeStatusRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.