| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldbsession |
The transactional data APIs for Amazon QLDB
|
| software.amazon.awssdk.services.qldbsession.model |
| Modifier and Type | Method and Description |
|---|---|
default SendCommandResponse |
QldbSessionClient.sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest)
Sends a command to an Amazon QLDB ledger.
|
default SendCommandResponse |
QldbSessionClient.sendCommand(SendCommandRequest sendCommandRequest)
Sends a command to an Amazon QLDB ledger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required
parameter.
|
class |
InvalidSessionException
Returned if the session doesn't exist anymore because it timed-out or expired.
|
class |
LimitExceededException
Returned if a resource limit such as number of active sessions is exceeded.
|
class |
OccConflictException
Returned when a transaction cannot be written to the journal due to a failure in the verification phase of Optimistic
Concurrency Control.
|
class |
RateExceededException
Returned when the rate of requests exceeds the allowed throughput.
|
| Modifier and Type | Method and Description |
|---|---|
QldbSessionException |
QldbSessionException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(QldbSessionException ex) |
Copyright © 2020. All rights reserved.