Uses of Class
software.amazon.awssdk.services.securitylake.model.ListDataLakeExceptionsRequest
-
Packages that use ListDataLakeExceptionsRequest Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.paginators software.amazon.awssdk.services.securitylake.transform -
-
Uses of ListDataLakeExceptionsRequest in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake with parameters of type ListDataLakeExceptionsRequest Modifier and Type Method Description 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.default ListDataLakeExceptionsResponseSecurityLakeClient. listDataLakeExceptions(ListDataLakeExceptionsRequest listDataLakeExceptionsRequest)Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.default ListDataLakeExceptionsPublisherSecurityLakeAsyncClient. listDataLakeExceptionsPaginator(ListDataLakeExceptionsRequest listDataLakeExceptionsRequest)Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.default ListDataLakeExceptionsIterableSecurityLakeClient. listDataLakeExceptionsPaginator(ListDataLakeExceptionsRequest listDataLakeExceptionsRequest)Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them. -
Uses of ListDataLakeExceptionsRequest in software.amazon.awssdk.services.securitylake.paginators
Constructors in software.amazon.awssdk.services.securitylake.paginators with parameters of type ListDataLakeExceptionsRequest Constructor Description ListDataLakeExceptionsIterable(SecurityLakeClient client, ListDataLakeExceptionsRequest firstRequest)ListDataLakeExceptionsPublisher(SecurityLakeAsyncClient client, ListDataLakeExceptionsRequest firstRequest) -
Uses of ListDataLakeExceptionsRequest in software.amazon.awssdk.services.securitylake.transform
Methods in software.amazon.awssdk.services.securitylake.transform with parameters of type ListDataLakeExceptionsRequest Modifier and Type Method Description SdkHttpFullRequestListDataLakeExceptionsRequestMarshaller. marshall(ListDataLakeExceptionsRequest listDataLakeExceptionsRequest)
-