Uses of Class
software.amazon.awssdk.services.lakeformation.model.ExtendTransactionRequest
-
Packages that use ExtendTransactionRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of ExtendTransactionRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type ExtendTransactionRequest Modifier and Type Method Description default CompletableFuture<ExtendTransactionResponse>LakeFormationAsyncClient. extendTransaction(ExtendTransactionRequest extendTransactionRequest)Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.default ExtendTransactionResponseLakeFormationClient. extendTransaction(ExtendTransactionRequest extendTransactionRequest)Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted. -
Uses of ExtendTransactionRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type ExtendTransactionRequest Modifier and Type Method Description SdkHttpFullRequestExtendTransactionRequestMarshaller. marshall(ExtendTransactionRequest extendTransactionRequest)
-