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