| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| Modifier and Type | Method and Description |
|---|---|
default ExtendTransactionResponse |
LakeFormationClient.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 ExtendTransactionResponse |
LakeFormationClient.extendTransaction(ExtendTransactionRequest extendTransactionRequest)
Indicates to the service that the specified transaction is still active and should not be treated as idle and
aborted.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.