| 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<ListDataLakeExceptionsResponse> |
SecurityLakeAsyncClient.listDataLakeExceptions(Consumer<ListDataLakeExceptionsRequest.Builder> listDataLakeExceptionsRequest)
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
|
default ListDataLakeExceptionsResponse |
SecurityLakeClient.listDataLakeExceptions(Consumer<ListDataLakeExceptionsRequest.Builder> listDataLakeExceptionsRequest)
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
|
default ListDataLakeExceptionsPublisher |
SecurityLakeAsyncClient.listDataLakeExceptionsPaginator(Consumer<ListDataLakeExceptionsRequest.Builder> listDataLakeExceptionsRequest)
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
|
default ListDataLakeExceptionsIterable |
SecurityLakeClient.listDataLakeExceptionsPaginator(Consumer<ListDataLakeExceptionsRequest.Builder> listDataLakeExceptionsRequest)
Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.builder() |
ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.Builder.maxResults(Integer maxResults)
List the maximum number of failures in Security Lake.
|
ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.Builder.nextToken(String nextToken)
List if there are more results available.
|
ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.Builder.regions(Collection<String> regions)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.Builder.regions(String... regions)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
ListDataLakeExceptionsRequest.Builder |
ListDataLakeExceptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDataLakeExceptionsRequest.Builder> |
ListDataLakeExceptionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.