Uses of Class
software.amazon.awssdk.services.lakeformation.model.DescribeTransactionResponse
-
Packages that use DescribeTransactionResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of DescribeTransactionResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return DescribeTransactionResponse Modifier and Type Method Description default DescribeTransactionResponseLakeFormationClient. describeTransaction(Consumer<DescribeTransactionRequest.Builder> describeTransactionRequest)Returns the details of a single transaction.default DescribeTransactionResponseLakeFormationClient. describeTransaction(DescribeTransactionRequest describeTransactionRequest)Returns the details of a single transaction.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type DescribeTransactionResponse Modifier and Type Method Description default CompletableFuture<DescribeTransactionResponse>LakeFormationAsyncClient. describeTransaction(Consumer<DescribeTransactionRequest.Builder> describeTransactionRequest)Returns the details of a single transaction.default CompletableFuture<DescribeTransactionResponse>LakeFormationAsyncClient. describeTransaction(DescribeTransactionRequest describeTransactionRequest)Returns the details of a single transaction.
-