| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model | |
| software.amazon.awssdk.services.securitylake.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataLakeException> |
ListDataLakeExceptionsResponse.exceptions()
Lists the failures that cannot be retried in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataLakeExceptionsResponse.Builder |
ListDataLakeExceptionsResponse.Builder.exceptions(DataLakeException... exceptions)
Lists the failures that cannot be retried in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataLakeExceptionsResponse.Builder |
ListDataLakeExceptionsResponse.Builder.exceptions(Collection<DataLakeException> exceptions)
Lists the failures that cannot be retried in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataLakeException> |
ListDataLakeExceptionsPublisher.exceptions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataLakeException> |
ListDataLakeExceptionsIterable.exceptions()
Returns an iterable to iterate through the paginated
ListDataLakeExceptionsResponse.exceptions() member. |
Copyright © 2023. All rights reserved.