Uses of Class
software.amazon.awssdk.services.securitylake.model.DataLakeException
-
Packages that use DataLakeException Package Description software.amazon.awssdk.services.securitylake.model software.amazon.awssdk.services.securitylake.paginators -
-
Uses of DataLakeException in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type DataLakeException Modifier and Type Method Description List<DataLakeException>ListDataLakeExceptionsResponse. exceptions()Lists the failures that cannot be retried.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type DataLakeException Modifier and Type Method Description ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse.Builder. exceptions(DataLakeException... exceptions)Lists the failures that cannot be retried.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type DataLakeException Modifier and Type Method Description ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse.Builder. exceptions(Collection<DataLakeException> exceptions)Lists the failures that cannot be retried. -
Uses of DataLakeException in software.amazon.awssdk.services.securitylake.paginators
Methods in software.amazon.awssdk.services.securitylake.paginators that return types with arguments of type DataLakeException Modifier and Type Method Description SdkIterable<DataLakeException>ListDataLakeExceptionsIterable. exceptions()Returns an iterable to iterate through the paginatedListDataLakeExceptionsResponse.exceptions()member.SdkPublisher<DataLakeException>ListDataLakeExceptionsPublisher. exceptions()Returns a publisher that can be used to get a stream of data.
-