Uses of Interface
software.amazon.awssdk.services.securitylake.model.ListDataLakeExceptionsResponse.Builder
-
Packages that use ListDataLakeExceptionsResponse.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of ListDataLakeExceptionsResponse.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return ListDataLakeExceptionsResponse.Builder Modifier and Type Method Description static ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse. builder()ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse.Builder. exceptions(Collection<DataLakeException> exceptions)Lists the failures that cannot be retried.ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse.Builder. exceptions(Consumer<DataLakeException.Builder>... exceptions)Lists the failures that cannot be retried.ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse.Builder. exceptions(DataLakeException... exceptions)Lists the failures that cannot be retried.ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse.Builder. nextToken(String nextToken)Lists if there are more results available.ListDataLakeExceptionsResponse.BuilderListDataLakeExceptionsResponse. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type ListDataLakeExceptionsResponse.Builder Modifier and Type Method Description static Class<? extends ListDataLakeExceptionsResponse.Builder>ListDataLakeExceptionsResponse. serializableBuilderClass()
-