Uses of Interface
software.amazon.awssdk.services.lakeformation.model.TransactionCanceledException.Builder
-
Packages that use TransactionCanceledException.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of TransactionCanceledException.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return TransactionCanceledException.Builder Modifier and Type Method Description TransactionCanceledException.BuilderTransactionCanceledException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static TransactionCanceledException.BuilderTransactionCanceledException. builder()TransactionCanceledException.BuilderTransactionCanceledException.Builder. cause(Throwable cause)TransactionCanceledException.BuilderTransactionCanceledException.Builder. message(String message)TransactionCanceledException.BuilderTransactionCanceledException.Builder. requestId(String requestId)TransactionCanceledException.BuilderTransactionCanceledException.Builder. statusCode(int statusCode)TransactionCanceledException.BuilderTransactionCanceledException. toBuilder()TransactionCanceledException.BuilderTransactionCanceledException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type TransactionCanceledException.Builder Modifier and Type Method Description static Class<? extends TransactionCanceledException.Builder>TransactionCanceledException. serializableBuilderClass()
-