| Package | Description |
|---|---|
| com.amazonaws.services.qldbsession.model |
| Modifier and Type | Method and Description |
|---|---|
Page |
Page.clone() |
Page |
ExecuteStatementResult.getFirstPage()
Contains the details of the first fetched page.
|
Page |
FetchPageResult.getPage()
Contains details of the fetched page.
|
Page |
Page.withNextPageToken(String nextPageToken)
The token of the next page.
|
Page |
Page.withValues(Collection<ValueHolder> values)
A structure that contains values in multiple encoding formats.
|
Page |
Page.withValues(ValueHolder... values)
A structure that contains values in multiple encoding formats.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteStatementResult.setFirstPage(Page firstPage)
Contains the details of the first fetched page.
|
void |
FetchPageResult.setPage(Page page)
Contains details of the fetched page.
|
ExecuteStatementResult |
ExecuteStatementResult.withFirstPage(Page firstPage)
Contains the details of the first fetched page.
|
FetchPageResult |
FetchPageResult.withPage(Page page)
Contains details of the fetched page.
|
Copyright © 2019. All rights reserved.