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