Uses of Class
software.amazon.awssdk.services.lakeformation.model.TransactionDescription
-
Packages that use TransactionDescription Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of TransactionDescription in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return TransactionDescription Modifier and Type Method Description TransactionDescriptionDescribeTransactionResponse. transactionDescription()Returns aTransactionDescriptionobject containing information about the transaction.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type TransactionDescription Modifier and Type Method Description List<TransactionDescription>ListTransactionsResponse. transactions()A list of transactions.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type TransactionDescription Modifier and Type Method Description DescribeTransactionResponse.BuilderDescribeTransactionResponse.Builder. transactionDescription(TransactionDescription transactionDescription)Returns aTransactionDescriptionobject containing information about the transaction.ListTransactionsResponse.BuilderListTransactionsResponse.Builder. transactions(TransactionDescription... transactions)A list of transactions.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type TransactionDescription Modifier and Type Method Description ListTransactionsResponse.BuilderListTransactionsResponse.Builder. transactions(Collection<TransactionDescription> transactions)A list of transactions.
-