| Package | Description |
|---|---|
| com.amazonaws.services.qldbsession.model |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder |
ValueHolder.clone() |
ValueHolder |
ValueHolder.withIonBinary(ByteBuffer ionBinary)
An Amazon Ion binary value contained in a
ValueHolder structure. |
ValueHolder |
ValueHolder.withIonText(String ionText)
An Amazon Ion plaintext value contained in a
ValueHolder structure. |
| Modifier and Type | Method and Description |
|---|---|
List<ValueHolder> |
ExecuteStatementRequest.getParameters()
Specifies the parameters for the parameterized statement in the request.
|
List<ValueHolder> |
Page.getValues()
A structure that contains values in multiple encoding formats.
|
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(ValueHolder... parameters)
Specifies the parameters for the parameterized statement in the request.
|
Page |
Page.withValues(ValueHolder... values)
A structure that contains values in multiple encoding formats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteStatementRequest.setParameters(Collection<ValueHolder> parameters)
Specifies the parameters for the parameterized statement in the request.
|
void |
Page.setValues(Collection<ValueHolder> values)
A structure that contains values in multiple encoding formats.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(Collection<ValueHolder> parameters)
Specifies the parameters for the parameterized statement in the request.
|
Page |
Page.withValues(Collection<ValueHolder> values)
A structure that contains values in multiple encoding formats.
|
Copyright © 2021. All rights reserved.