Uses of Class
software.amazon.awssdk.services.lakeformation.model.ExtendTransactionResponse
-
Packages that use ExtendTransactionResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of ExtendTransactionResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return ExtendTransactionResponse Modifier and Type Method Description default ExtendTransactionResponseLakeFormationClient. extendTransaction(Consumer<ExtendTransactionRequest.Builder> 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.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type ExtendTransactionResponse Modifier and Type Method Description default CompletableFuture<ExtendTransactionResponse>LakeFormationAsyncClient. extendTransaction(Consumer<ExtendTransactionRequest.Builder> extendTransactionRequest)Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.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.
-