Uses of Interface
software.amazon.awssdk.services.securitylake.model.ListDataLakeExceptionsRequest.Builder
-
Packages that use ListDataLakeExceptionsRequest.Builder Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.model -
-
Uses of ListDataLakeExceptionsRequest.Builder in software.amazon.awssdk.services.securitylake
Method parameters in software.amazon.awssdk.services.securitylake with type arguments of type ListDataLakeExceptionsRequest.Builder Modifier and Type Method 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 ListDataLakeExceptionsResponseSecurityLakeClient. 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 ListDataLakeExceptionsPublisherSecurityLakeAsyncClient. 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 ListDataLakeExceptionsIterableSecurityLakeClient. listDataLakeExceptionsPaginator(Consumer<ListDataLakeExceptionsRequest.Builder> listDataLakeExceptionsRequest)Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them. -
Uses of ListDataLakeExceptionsRequest.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return ListDataLakeExceptionsRequest.Builder Modifier and Type Method Description static ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest. builder()ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest.Builder. maxResults(Integer maxResults)List the maximum number of failures in Security Lake.ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest.Builder. nextToken(String nextToken)List if there are more results available.ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest.Builder. regions(String... regions)List the Amazon Web Services Regions from which exceptions are retrieved.ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest.Builder. regions(Collection<String> regions)List the Amazon Web Services Regions from which exceptions are retrieved.ListDataLakeExceptionsRequest.BuilderListDataLakeExceptionsRequest. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type ListDataLakeExceptionsRequest.Builder Modifier and Type Method Description static Class<? extends ListDataLakeExceptionsRequest.Builder>ListDataLakeExceptionsRequest. serializableBuilderClass()
-