Uses of Class
software.amazon.awssdk.services.lakeformation.model.StartTransactionResponse
-
Packages that use StartTransactionResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of StartTransactionResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return StartTransactionResponse Modifier and Type Method Description default StartTransactionResponseLakeFormationClient. startTransaction(Consumer<StartTransactionRequest.Builder> startTransactionRequest)Starts a new transaction and returns its transaction ID.default StartTransactionResponseLakeFormationClient. startTransaction(StartTransactionRequest startTransactionRequest)Starts a new transaction and returns its transaction ID.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type StartTransactionResponse Modifier and Type Method Description default CompletableFuture<StartTransactionResponse>LakeFormationAsyncClient. startTransaction(Consumer<StartTransactionRequest.Builder> startTransactionRequest)Starts a new transaction and returns its transaction ID.default CompletableFuture<StartTransactionResponse>LakeFormationAsyncClient. startTransaction(StartTransactionRequest startTransactionRequest)Starts a new transaction and returns its transaction ID.
-