Uses of Class
software.amazon.awssdk.services.securitylake.model.ListDataLakeExceptionsResponse
-
Packages that use ListDataLakeExceptionsResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.paginators -
-
Uses of ListDataLakeExceptionsResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return ListDataLakeExceptionsResponse Modifier and Type Method Description 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 ListDataLakeExceptionsResponseSecurityLakeClient. listDataLakeExceptions(ListDataLakeExceptionsRequest listDataLakeExceptionsRequest)Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type ListDataLakeExceptionsResponse 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 CompletableFuture<ListDataLakeExceptionsResponse>SecurityLakeAsyncClient. listDataLakeExceptions(ListDataLakeExceptionsRequest listDataLakeExceptionsRequest)Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them. -
Uses of ListDataLakeExceptionsResponse in software.amazon.awssdk.services.securitylake.paginators
Methods in software.amazon.awssdk.services.securitylake.paginators that return types with arguments of type ListDataLakeExceptionsResponse Modifier and Type Method Description Iterator<ListDataLakeExceptionsResponse>ListDataLakeExceptionsIterable. iterator()Method parameters in software.amazon.awssdk.services.securitylake.paginators with type arguments of type ListDataLakeExceptionsResponse Modifier and Type Method Description voidListDataLakeExceptionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataLakeExceptionsResponse> subscriber)
-