| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
Amazon Security Lake is a fully managed security data lake service.
|
| software.amazon.awssdk.services.securitylake.model |
| 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 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 GetDataLakeSourcesPublisher |
SecurityLakeAsyncClient.getDataLakeSourcesPaginator(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 GetDataLakeSourcesIterable |
SecurityLakeClient.getDataLakeSourcesPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.Builder.accounts(Collection<String> accounts)
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.
|
GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.Builder.accounts(String... accounts)
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 GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.builder() |
GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.Builder.maxResults(Integer maxResults)
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts
and log sources, is retrieved.
|
GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.Builder.nextToken(String nextToken)
Lists if there are more results available.
|
GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDataLakeSourcesRequest.Builder |
GetDataLakeSourcesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDataLakeSourcesRequest.Builder> |
GetDataLakeSourcesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.