Skip navigation links
A B C D E F G H I J K L M N O Q R S T U V W 

A

AccessDeniedException - Exception in software.amazon.awssdk.services.honeycode.model
You do not have sufficient access to perform this action.
AccessDeniedException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
appId() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
The ID of the app that contains the screen.
appId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
The ID of the app that contains the screen.
appId() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
The ID of the app that contains the screen automation.
appId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
The ID of the app that contains the screen automation.
AutomationExecutionException - Exception in software.amazon.awssdk.services.honeycode.model
The automation execution did not end successfully.
AutomationExecutionException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
AutomationExecutionTimeoutException - Exception in software.amazon.awssdk.services.honeycode.model
The automation execution timed out.
AutomationExecutionTimeoutException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.AccessDeniedException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.InternalServerException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.RequestTimeoutException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.ThrottlingException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.honeycode.model.ValidationException.Builder
 

B

batchCreateTableRows(BatchCreateTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
batchCreateTableRows(Consumer<BatchCreateTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
batchCreateTableRows(BatchCreateTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
batchCreateTableRows(Consumer<BatchCreateTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.
BatchCreateTableRowsRequest - Class in software.amazon.awssdk.services.honeycode.model
 
BatchCreateTableRowsRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
BatchCreateTableRowsRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
BatchCreateTableRowsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.BatchCreateTableRowsRequestMarshaller
 
BatchCreateTableRowsResponse - Class in software.amazon.awssdk.services.honeycode.model
 
BatchCreateTableRowsResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
batchDeleteTableRows(BatchDeleteTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
batchDeleteTableRows(Consumer<BatchDeleteTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
batchDeleteTableRows(BatchDeleteTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
batchDeleteTableRows(Consumer<BatchDeleteTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
BatchDeleteTableRowsRequest - Class in software.amazon.awssdk.services.honeycode.model
 
BatchDeleteTableRowsRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
BatchDeleteTableRowsRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
BatchDeleteTableRowsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.BatchDeleteTableRowsRequestMarshaller
 
BatchDeleteTableRowsResponse - Class in software.amazon.awssdk.services.honeycode.model
 
BatchDeleteTableRowsResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
batchItemId() - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
An external identifier that represents the single row that is being created as part of the BatchCreateTableRows request.
batchItemId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.CreateRowData.Builder
An external identifier that represents the single row that is being created as part of the BatchCreateTableRows request.
batchItemId() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
An external identifier that represents a single item in the request that is being upserted as part of the BatchUpsertTableRows request.
batchItemId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowData.Builder
An external identifier that represents a single item in the request that is being upserted as part of the BatchUpsertTableRows request.
batchUpdateTableRows(BatchUpdateTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
batchUpdateTableRows(Consumer<BatchUpdateTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
batchUpdateTableRows(BatchUpdateTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
batchUpdateTableRows(Consumer<BatchUpdateTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
BatchUpdateTableRowsRequest - Class in software.amazon.awssdk.services.honeycode.model
 
BatchUpdateTableRowsRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
BatchUpdateTableRowsRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
BatchUpdateTableRowsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.BatchUpdateTableRowsRequestMarshaller
 
BatchUpdateTableRowsResponse - Class in software.amazon.awssdk.services.honeycode.model
 
BatchUpdateTableRowsResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
batchUpsertTableRows(BatchUpsertTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
batchUpsertTableRows(Consumer<BatchUpsertTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
batchUpsertTableRows(BatchUpsertTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
batchUpsertTableRows(Consumer<BatchUpsertTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
BatchUpsertTableRowsRequest - Class in software.amazon.awssdk.services.honeycode.model
 
BatchUpsertTableRowsRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
BatchUpsertTableRowsRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
BatchUpsertTableRowsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.BatchUpsertTableRowsRequestMarshaller
 
BatchUpsertTableRowsResponse - Class in software.amazon.awssdk.services.honeycode.model
 
BatchUpsertTableRowsResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
build() - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.Builder
 
builder() - Static method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
Create a builder that can be used to configure and create a HoneycodeAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
Create a builder that can be used to configure and create a HoneycodeClient.
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.AccessDeniedException
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionException
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.Cell
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.Filter
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.HoneycodeException
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.InternalServerException
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.RequestTimeoutException
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.Table
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.ThrottlingException
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
builder() - Static method in exception software.amazon.awssdk.services.honeycode.model.ValidationException
 
builder() - Static method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
BuilderImpl(HoneycodeException) - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeRequest.BuilderImpl
 
BuilderImpl(HoneycodeRequest) - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.BuilderImpl
 
BuilderImpl(HoneycodeResponse) - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.BuilderImpl
 

C

cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.AccessDeniedException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.InternalServerException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.RequestTimeoutException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.ThrottlingException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.honeycode.model.ValidationException.Builder
 
Cell - Class in software.amazon.awssdk.services.honeycode.model
An object that represents a single cell in a table.
Cell.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
CellInput - Class in software.amazon.awssdk.services.honeycode.model
CellInput object contains the data needed to create or update cells in a table.
CellInput.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
cells(Collection<Cell>) - Method in interface software.amazon.awssdk.services.honeycode.model.TableRow.Builder
A list of cells in the table row.
cells(Cell...) - Method in interface software.amazon.awssdk.services.honeycode.model.TableRow.Builder
A list of cells in the table row.
cells(Consumer<Cell.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.TableRow.Builder
A list of cells in the table row.
cells() - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
A list of cells in the table row.
cellsToCreate(Map<String, CellInput>) - Method in interface software.amazon.awssdk.services.honeycode.model.CreateRowData.Builder
A map representing the cells to create in the new row.
cellsToCreate() - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
A map representing the cells to create in the new row.
cellsToUpdate(Map<String, CellInput>) - Method in interface software.amazon.awssdk.services.honeycode.model.UpdateRowData.Builder
A map representing the cells to update in the given row.
cellsToUpdate() - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
A map representing the cells to update in the given row.
cellsToUpdate(Map<String, CellInput>) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowData.Builder
A map representing the cells to update for the matching rows or an appended row.
cellsToUpdate() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
A map representing the cells to update for the matching rows or an appended row.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
The request token for performing the batch create operation.
clientRequestToken() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
The request token for performing the batch create operation.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
The request token for performing the delete action.
clientRequestToken() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
The request token for performing the delete action.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
The request token for performing the update action.
clientRequestToken() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
The request token for performing the update action.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
The request token for performing the update action.
clientRequestToken() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
The request token for performing the update action.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
The request token for performing the automation action.
clientRequestToken() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
The request token for performing the automation action.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The request token for performing the update action.
clientRequestToken() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
The request token for performing the update action.
columnIds(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
The list of columns in the table whose row data is returned in the result.
columnIds(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
The list of columns in the table whose row data is returned in the result.
columnIds() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
The list of columns in the table whose row data is returned in the result.
columnIds(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse.Builder
The list of columns in the table whose row data is returned in the result.
columnIds(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse.Builder
The list of columns in the table whose row data is returned in the result.
columnIds() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
The list of columns in the table whose row data is returned in the result.
columnIndex(Integer) - Method in interface software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties.Builder
The index of the column in the input file.
columnIndex() - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
The index of the column in the input file.
columnMap(Map<String, SourceDataColumnProperties>) - Method in interface software.amazon.awssdk.services.honeycode.model.DestinationOptions.Builder
A map of the column id to the import properties for each column.
columnMap() - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
A map of the column id to the import properties for each column.
ColumnMetadata - Class in software.amazon.awssdk.services.honeycode.model
Metadata for column in the table.
ColumnMetadata.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
contextRowId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Filter.Builder
The optional contextRowId attribute can be used to specify the row id of the context row if the filter formula contains unqualified references to table columns and needs a context row to evaluate them successfully.
contextRowId() - Method in class software.amazon.awssdk.services.honeycode.model.Filter
The optional contextRowId attribute can be used to specify the row id of the context row if the filter formula contains unqualified references to table columns and needs a context row to evaluate them successfully.
create() - Static method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
Create a HoneycodeAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
Create a HoneycodeClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.honeycode.model.HoneycodeResponseMetadata
 
createdRows(Map<String, String>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse.Builder
The map of batch item id to the row id that was created for that item.
createdRows() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
The map of batch item id to the row id that was created for that item.
CreateRowData - Class in software.amazon.awssdk.services.honeycode.model
Data needed to create a single row in a table as part of the BatchCreateTableRows request.
CreateRowData.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 

D

dataCharacterEncoding(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions.Builder
The encoding of the data in the input file.
dataCharacterEncoding(ImportDataCharacterEncoding) - Method in interface software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions.Builder
The encoding of the data in the input file.
dataCharacterEncoding() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
The encoding of the data in the input file.
dataCharacterEncodingAsString() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
The encoding of the data in the input file.
dataFormat(String) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The format of the data that is being imported.
dataFormat(ImportSourceDataFormat) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The format of the data that is being imported.
dataFormat() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
The format of the data that is being imported.
dataFormatAsString() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
The format of the data that is being imported.
DataItem - Class in software.amazon.awssdk.services.honeycode.model
The data in a particular data cell defined on the screen.
DataItem.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
dataItems(Collection<DataItem>) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultRow.Builder
List of all the data cells in a row.
dataItems(DataItem...) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultRow.Builder
List of all the data cells in a row.
dataItems(Consumer<DataItem.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultRow.Builder
List of all the data cells in a row.
dataItems() - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
List of all the data cells in a row.
dataSource(ImportDataSource) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The source of the data that is being imported.
dataSource(Consumer<ImportDataSource.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The source of the data that is being imported.
dataSource() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
The source of the data that is being imported.
dataSource(ImportDataSource) - Method in interface software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata.Builder
The source of the data that was submitted for import.
dataSource(Consumer<ImportDataSource.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata.Builder
The source of the data that was submitted for import.
dataSource() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
The source of the data that was submitted for import.
dataSourceConfig(ImportDataSourceConfig) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportDataSource.Builder
The configuration parameters for the data source of the import
dataSourceConfig(Consumer<ImportDataSourceConfig.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportDataSource.Builder
The configuration parameters for the data source of the import
dataSourceConfig() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
The configuration parameters for the data source of the import
dataSourceUrl(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig.Builder
The URL from which source data will be downloaded for the import request.
dataSourceUrl() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
The URL from which source data will be downloaded for the import request.
DelimitedTextImportOptions - Class in software.amazon.awssdk.services.honeycode.model
An object that contains the options relating to parsing delimited text as part of an import request.
DelimitedTextImportOptions.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
delimitedTextOptions(DelimitedTextImportOptions) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportOptions.Builder
Options relating to parsing delimited text.
delimitedTextOptions(Consumer<DelimitedTextImportOptions.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportOptions.Builder
Options relating to parsing delimited text.
delimitedTextOptions() - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
Options relating to parsing delimited text.
delimiter(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions.Builder
The delimiter to use for separating columns in a single row of the input.
delimiter() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
The delimiter to use for separating columns in a single row of the input.
describeTableDataImportJob(DescribeTableDataImportJobRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
describeTableDataImportJob(Consumer<DescribeTableDataImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
describeTableDataImportJob(DescribeTableDataImportJobRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
describeTableDataImportJob(Consumer<DescribeTableDataImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.
DescribeTableDataImportJobRequest - Class in software.amazon.awssdk.services.honeycode.model
 
DescribeTableDataImportJobRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
DescribeTableDataImportJobRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
DescribeTableDataImportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.DescribeTableDataImportJobRequestMarshaller
 
DescribeTableDataImportJobResponse - Class in software.amazon.awssdk.services.honeycode.model
 
DescribeTableDataImportJobResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
DestinationOptions - Class in software.amazon.awssdk.services.honeycode.model
An object that contains the options relating to the destination of the import request.
destinationOptions(DestinationOptions) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportOptions.Builder
Options relating to the destination of the import request.
destinationOptions(Consumer<DestinationOptions.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportOptions.Builder
Options relating to the destination of the import request.
destinationOptions() - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
Options relating to the destination of the import request.
DestinationOptions.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
destinationTableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The ID of the table where the rows are being imported.
destinationTableId() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
The ID of the table where the rows are being imported.

E

email(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter.Builder
The email id of the submitter of the import job, if available.
email() - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
The email id of the submitter of the import job, if available.
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.Cell
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.Filter
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.Table
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
equals(Object) - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.Cell
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.Filter
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.Table
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 
errorCode(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse.Builder
If job status is failed, error code to understand reason for the failure.
errorCode(ErrorCode) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse.Builder
If job status is failed, error code to understand reason for the failure.
errorCode() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
If job status is failed, error code to understand reason for the failure.
ErrorCode - Enum in software.amazon.awssdk.services.honeycode.model
 
errorCodeAsString() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
If job status is failed, error code to understand reason for the failure.
errorMessage(String) - Method in interface software.amazon.awssdk.services.honeycode.model.FailedBatchItem.Builder
The error message that indicates why the batch item failed.
errorMessage() - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
The error message that indicates why the batch item failed.

F

fact(String) - Method in interface software.amazon.awssdk.services.honeycode.model.CellInput.Builder
Fact represents the data that is entered into a cell.
fact() - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
Fact represents the data that is entered into a cell.
facts(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.CellInput.Builder
A list representing the values that are entered into a ROWSET cell.
facts(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.CellInput.Builder
A list representing the values that are entered into a ROWSET cell.
facts() - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
A list representing the values that are entered into a ROWSET cell.
FailedBatchItem - Class in software.amazon.awssdk.services.honeycode.model
A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.
FailedBatchItem.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
failedBatchItems(Collection<FailedBatchItem>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse.Builder
The list of batch items in the request that could not be added to the table.
failedBatchItems(FailedBatchItem...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse.Builder
The list of batch items in the request that could not be added to the table.
failedBatchItems(Consumer<FailedBatchItem.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse.Builder
The list of batch items in the request that could not be added to the table.
failedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
The list of batch items in the request that could not be added to the table.
failedBatchItems(Collection<FailedBatchItem>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse.Builder
The list of row ids in the request that could not be deleted from the table.
failedBatchItems(FailedBatchItem...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse.Builder
The list of row ids in the request that could not be deleted from the table.
failedBatchItems(Consumer<FailedBatchItem.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse.Builder
The list of row ids in the request that could not be deleted from the table.
failedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
The list of row ids in the request that could not be deleted from the table.
failedBatchItems(Collection<FailedBatchItem>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse.Builder
The list of batch items in the request that could not be updated in the table.
failedBatchItems(FailedBatchItem...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse.Builder
The list of batch items in the request that could not be updated in the table.
failedBatchItems(Consumer<FailedBatchItem.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse.Builder
The list of batch items in the request that could not be updated in the table.
failedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
The list of batch items in the request that could not be updated in the table.
failedBatchItems(Collection<FailedBatchItem>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse.Builder
The list of batch items in the request that could not be updated or appended in the table.
failedBatchItems(FailedBatchItem...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse.Builder
The list of batch items in the request that could not be updated or appended in the table.
failedBatchItems(Consumer<FailedBatchItem.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse.Builder
The list of batch items in the request that could not be updated or appended in the table.
failedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
The list of batch items in the request that could not be updated or appended in the table.
Filter - Class in software.amazon.awssdk.services.honeycode.model
An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.
filter(Filter) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowData.Builder
The filter formula to use to find existing matching rows to update.
filter(Consumer<Filter.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowData.Builder
The filter formula to use to find existing matching rows to update.
filter() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
The filter formula to use to find existing matching rows to update.
Filter.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
filterFormula(Filter) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.
filterFormula(Consumer<Filter.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.
filterFormula() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
An object that represents a filter formula along with the id of the context row under which the filter function needs to evaluate.
format(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Cell.Builder
The format of the cell.
format(Format) - Method in interface software.amazon.awssdk.services.honeycode.model.Cell.Builder
The format of the cell.
format() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
The format of the cell.
format(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ColumnMetadata.Builder
The format of the column.
format(Format) - Method in interface software.amazon.awssdk.services.honeycode.model.ColumnMetadata.Builder
The format of the column.
format() - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
The format of the column.
Format - Enum in software.amazon.awssdk.services.honeycode.model
 
format(String) - Method in interface software.amazon.awssdk.services.honeycode.model.TableColumn.Builder
The column level format that is applied in the table.
format(Format) - Method in interface software.amazon.awssdk.services.honeycode.model.TableColumn.Builder
The column level format that is applied in the table.
format() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
The column level format that is applied in the table.
formatAsString() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
The format of the cell.
formatAsString() - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
The format of the column.
formatAsString() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
The column level format that is applied in the table.
formattedValue(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Cell.Builder
The formatted value of the cell.
formattedValue() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
The formatted value of the cell.
formattedValue(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DataItem.Builder
The formatted value of the data.
formattedValue() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
The formatted value of the data.
formattedValues(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.Cell.Builder
A list of formatted values of the cell.
formattedValues(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.Cell.Builder
A list of formatted values of the cell.
formattedValues() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
A list of formatted values of the cell.
formula(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Cell.Builder
The formula contained in the cell.
formula() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
The formula contained in the cell.
formula(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Filter.Builder
A formula representing a filter function that returns zero or more matching rows from a table.
formula() - Method in class software.amazon.awssdk.services.honeycode.model.Filter
A formula representing a filter function that returns zero or more matching rows from a table.
fromValue(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.ErrorCode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.Format
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportDataCharacterEncoding
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportSourceDataFormat
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.TableDataImportJobStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.UpsertAction
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

getScreenData(GetScreenDataRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
getScreenData(Consumer<GetScreenDataRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
getScreenData(GetScreenDataRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
getScreenData(Consumer<GetScreenDataRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
GetScreenDataRequest - Class in software.amazon.awssdk.services.honeycode.model
 
GetScreenDataRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
GetScreenDataRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
GetScreenDataRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.GetScreenDataRequestMarshaller
 
GetScreenDataResponse - Class in software.amazon.awssdk.services.honeycode.model
 
GetScreenDataResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.Cell
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.Filter
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.Table
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 

H

hasCells() - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
For responses, this returns true if the service returned a value for the Cells property.
hasCellsToCreate() - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
For responses, this returns true if the service returned a value for the CellsToCreate property.
hasCellsToUpdate() - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
For responses, this returns true if the service returned a value for the CellsToUpdate property.
hasCellsToUpdate() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
For responses, this returns true if the service returned a value for the CellsToUpdate property.
hasColumnIds() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
For responses, this returns true if the service returned a value for the ColumnIds property.
hasColumnIds() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
For responses, this returns true if the service returned a value for the ColumnIds property.
hasColumnMap() - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
For responses, this returns true if the service returned a value for the ColumnMap property.
hasCreatedRows() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
For responses, this returns true if the service returned a value for the CreatedRows property.
hasDataItems() - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
For responses, this returns true if the service returned a value for the DataItems property.
hasFacts() - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
For responses, this returns true if the service returned a value for the Facts property.
hasFailedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
For responses, this returns true if the service returned a value for the FailedBatchItems property.
hasFailedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
For responses, this returns true if the service returned a value for the FailedBatchItems property.
hasFailedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
For responses, this returns true if the service returned a value for the FailedBatchItems property.
hasFailedBatchItems() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
For responses, this returns true if the service returned a value for the FailedBatchItems property.
hasFormattedValues() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
For responses, this returns true if the service returned a value for the FormattedValues property.
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.Filter
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.Table
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
hashCode() - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 
hasHeaderRow(Boolean) - Method in interface software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions.Builder
Indicates whether the input file has a header row at the top containing the column names.
hasHeaderRow() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
Indicates whether the input file has a header row at the top containing the column names.
hasHeaders() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
For responses, this returns true if the service returned a value for the Headers property.
hasResults() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
For responses, this returns true if the service returned a value for the Results property.
hasRowIds() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
For responses, this returns true if the service returned a value for the RowIds property.
hasRowIds() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
For responses, this returns true if the service returned a value for the RowIds property.
hasRowIds() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
For responses, this returns true if the service returned a value for the RowIds property.
hasRowIdsNotFound() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
For responses, this returns true if the service returned a value for the RowIdsNotFound property.
hasRows() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
For responses, this returns true if the service returned a value for the Rows property.
hasRows() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
For responses, this returns true if the service returned a value for the Rows property.
hasRows() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
For responses, this returns true if the service returned a value for the Rows property.
hasRows() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
For responses, this returns true if the service returned a value for the Rows property.
hasRowsToCreate() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
For responses, this returns true if the service returned a value for the RowsToCreate property.
hasRowsToUpdate() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
For responses, this returns true if the service returned a value for the RowsToUpdate property.
hasRowsToUpsert() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
For responses, this returns true if the service returned a value for the RowsToUpsert property.
hasTableColumns() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
For responses, this returns true if the service returned a value for the TableColumns property.
hasTables() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
For responses, this returns true if the service returned a value for the Tables property.
hasTagKeys() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
For responses, this returns true if the service returned a value for the TagKeys property.
hasTags() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
For responses, this returns true if the service returned a value for the Tags property.
hasVariables() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
For responses, this returns true if the service returned a value for the Variables property.
hasVariables() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
For responses, this returns true if the service returned a value for the Variables property.
headers(Collection<ColumnMetadata>) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultSet.Builder
List of headers for all the data cells in the block.
headers(ColumnMetadata...) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultSet.Builder
List of headers for all the data cells in the block.
headers(Consumer<ColumnMetadata.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultSet.Builder
List of headers for all the data cells in the block.
headers() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
List of headers for all the data cells in the block.
HoneycodeAsyncClient - Interface in software.amazon.awssdk.services.honeycode
Service client for accessing Honeycode asynchronously.
HoneycodeAsyncClientBuilder - Interface in software.amazon.awssdk.services.honeycode
A builder for creating an instance of HoneycodeAsyncClient.
HoneycodeBaseClientBuilder<B extends HoneycodeBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.honeycode
This includes configuration specific to Honeycode that is supported by both HoneycodeClientBuilder and HoneycodeAsyncClientBuilder.
HoneycodeClient - Interface in software.amazon.awssdk.services.honeycode
Service client for accessing Honeycode.
HoneycodeClientBuilder - Interface in software.amazon.awssdk.services.honeycode
A builder for creating an instance of HoneycodeClient.
HoneycodeException - Exception in software.amazon.awssdk.services.honeycode.model
 
HoneycodeException(HoneycodeException.Builder) - Constructor for exception software.amazon.awssdk.services.honeycode.model.HoneycodeException
 
HoneycodeException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
HoneycodeException.BuilderImpl - Class in software.amazon.awssdk.services.honeycode.model
 
HoneycodeRequest - Class in software.amazon.awssdk.services.honeycode.model
 
HoneycodeRequest(HoneycodeRequest.Builder) - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeRequest
 
HoneycodeRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
HoneycodeRequest.BuilderImpl - Class in software.amazon.awssdk.services.honeycode.model
 
HoneycodeResponse - Class in software.amazon.awssdk.services.honeycode.model
 
HoneycodeResponse(HoneycodeResponse.Builder) - Constructor for class software.amazon.awssdk.services.honeycode.model.HoneycodeResponse
 
HoneycodeResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
HoneycodeResponse.BuilderImpl - Class in software.amazon.awssdk.services.honeycode.model
 
HoneycodeResponseMetadata - Class in software.amazon.awssdk.services.honeycode.model
 

I

id(String) - Method in interface software.amazon.awssdk.services.honeycode.model.FailedBatchItem.Builder
The id of the batch item that failed.
id() - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
The id of the batch item that failed.
ignoreEmptyRows(Boolean) - Method in interface software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions.Builder
A parameter to indicate whether empty rows should be ignored or be included in the import.
ignoreEmptyRows() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
A parameter to indicate whether empty rows should be ignored or be included in the import.
ImportDataCharacterEncoding - Enum in software.amazon.awssdk.services.honeycode.model
 
ImportDataSource - Class in software.amazon.awssdk.services.honeycode.model
An object that has details about the source of the data that was submitted for import.
ImportDataSource.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ImportDataSourceConfig - Class in software.amazon.awssdk.services.honeycode.model
An object that contains the configuration parameters for the data source of an import request.
ImportDataSourceConfig.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ImportJobSubmitter - Class in software.amazon.awssdk.services.honeycode.model
An object that contains the attributes of the submitter of the import job.
ImportJobSubmitter.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ImportOptions - Class in software.amazon.awssdk.services.honeycode.model
An object that contains the options specified by the sumitter of the import request.
importOptions(ImportOptions) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The options for customizing this import request.
importOptions(Consumer<ImportOptions.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The options for customizing this import request.
importOptions() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
The options for customizing this import request.
importOptions(ImportOptions) - Method in interface software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata.Builder
The options that was specified at the time of submitting the import request.
importOptions(Consumer<ImportOptions.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata.Builder
The options that was specified at the time of submitting the import request.
importOptions() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
The options that was specified at the time of submitting the import request.
ImportOptions.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ImportSourceDataFormat - Enum in software.amazon.awssdk.services.honeycode.model
 
InternalServerException - Exception in software.amazon.awssdk.services.honeycode.model
There were unexpected errors from the server.
InternalServerException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
invokeScreenAutomation(InvokeScreenAutomationRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
invokeScreenAutomation(InvokeScreenAutomationRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
invokeScreenAutomation(Consumer<InvokeScreenAutomationRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
InvokeScreenAutomationRequest - Class in software.amazon.awssdk.services.honeycode.model
 
InvokeScreenAutomationRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
InvokeScreenAutomationRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
InvokeScreenAutomationRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.InvokeScreenAutomationRequestMarshaller
 
InvokeScreenAutomationResponse - Class in software.amazon.awssdk.services.honeycode.model
 
InvokeScreenAutomationResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
iterator() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableColumnsIterable
 
iterator() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableRowsIterable
 
iterator() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTablesIterable
 
iterator() - Method in class software.amazon.awssdk.services.honeycode.paginators.QueryTableRowsIterable
 

J

jobId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest.Builder
The ID of the job that was returned by the StartTableDataImportJob request.
jobId() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
The ID of the job that was returned by the StartTableDataImportJob request.
jobId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse.Builder
The id that is assigned to this import job.
jobId() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
The id that is assigned to this import job.
jobMetadata(TableDataImportJobMetadata) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse.Builder
The metadata about the job that was submitted for import.
jobMetadata(Consumer<TableDataImportJobMetadata.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse.Builder
The metadata about the job that was submitted for import.
jobMetadata() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
The metadata about the job that was submitted for import.
jobStatus(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse.Builder
The current status of the import job.
jobStatus(TableDataImportJobStatus) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse.Builder
The current status of the import job.
jobStatus() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
The current status of the import job.
jobStatus(String) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse.Builder
The status of the import job immediately after submitting the request.
jobStatus(TableDataImportJobStatus) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse.Builder
The status of the import job immediately after submitting the request.
jobStatus() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
The status of the import job immediately after submitting the request.
jobStatusAsString() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
The current status of the import job.
jobStatusAsString() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
The status of the import job immediately after submitting the request.

K

knownValues() - Static method in enum software.amazon.awssdk.services.honeycode.model.ErrorCode
Use this in place of ErrorCode.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.honeycode.model.Format
Use this in place of Format.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportDataCharacterEncoding
Use this in place of ImportDataCharacterEncoding.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportSourceDataFormat
Use this in place of ImportSourceDataFormat.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.honeycode.model.TableDataImportJobStatus
Use this in place of TableDataImportJobStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.honeycode.model.UpsertAction
Use this in place of UpsertAction.values() to return a Set of all values known to the SDK.

L

listTableColumns(ListTableColumnsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
listTableColumns(Consumer<ListTableColumnsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
listTableColumns(ListTableColumnsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
listTableColumns(Consumer<ListTableColumnsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
ListTableColumnsIterable - Class in software.amazon.awssdk.services.honeycode.paginators
ListTableColumnsIterable(HoneycodeClient, ListTableColumnsRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.ListTableColumnsIterable
 
listTableColumnsPaginator(ListTableColumnsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
listTableColumnsPaginator(Consumer<ListTableColumnsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
listTableColumnsPaginator(ListTableColumnsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
listTableColumnsPaginator(Consumer<ListTableColumnsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.
ListTableColumnsPublisher - Class in software.amazon.awssdk.services.honeycode.paginators
ListTableColumnsPublisher(HoneycodeAsyncClient, ListTableColumnsRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.ListTableColumnsPublisher
 
ListTableColumnsRequest - Class in software.amazon.awssdk.services.honeycode.model
 
ListTableColumnsRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ListTableColumnsRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
ListTableColumnsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.ListTableColumnsRequestMarshaller
 
ListTableColumnsResponse - Class in software.amazon.awssdk.services.honeycode.model
 
ListTableColumnsResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
listTableRows(ListTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
listTableRows(Consumer<ListTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
listTableRows(ListTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
listTableRows(Consumer<ListTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
ListTableRowsIterable - Class in software.amazon.awssdk.services.honeycode.paginators
Represents the output for the HoneycodeClient.listTableRowsPaginator(software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest) operation which is a paginated operation.
ListTableRowsIterable(HoneycodeClient, ListTableRowsRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.ListTableRowsIterable
 
listTableRowsPaginator(ListTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
listTableRowsPaginator(Consumer<ListTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
listTableRowsPaginator(ListTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
listTableRowsPaginator(Consumer<ListTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
ListTableRowsPublisher - Class in software.amazon.awssdk.services.honeycode.paginators
ListTableRowsPublisher(HoneycodeAsyncClient, ListTableRowsRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.ListTableRowsPublisher
 
ListTableRowsRequest - Class in software.amazon.awssdk.services.honeycode.model
 
ListTableRowsRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ListTableRowsRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
ListTableRowsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.ListTableRowsRequestMarshaller
 
ListTableRowsResponse - Class in software.amazon.awssdk.services.honeycode.model
 
ListTableRowsResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
listTables(ListTablesRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
listTables(Consumer<ListTablesRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
listTables(ListTablesRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
listTables(Consumer<ListTablesRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
ListTablesIterable - Class in software.amazon.awssdk.services.honeycode.paginators
Represents the output for the HoneycodeClient.listTablesPaginator(software.amazon.awssdk.services.honeycode.model.ListTablesRequest) operation which is a paginated operation.
ListTablesIterable(HoneycodeClient, ListTablesRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.ListTablesIterable
 
listTablesPaginator(ListTablesRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
listTablesPaginator(Consumer<ListTablesRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
listTablesPaginator(ListTablesRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
listTablesPaginator(Consumer<ListTablesRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTables API allows you to retrieve a list of all the tables in a workbook.
ListTablesPublisher - Class in software.amazon.awssdk.services.honeycode.paginators
Represents the output for the HoneycodeAsyncClient.listTablesPaginator(software.amazon.awssdk.services.honeycode.model.ListTablesRequest) operation which is a paginated operation.
ListTablesPublisher(HoneycodeAsyncClient, ListTablesRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.ListTablesPublisher
 
ListTablesRequest - Class in software.amazon.awssdk.services.honeycode.model
 
ListTablesRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ListTablesRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
ListTablesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.ListTablesRequestMarshaller
 
ListTablesResponse - Class in software.amazon.awssdk.services.honeycode.model
 
ListTablesResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTagsForResource API allows you to return a resource's tags.
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The ListTagsForResource API allows you to return a resource's tags.
listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTagsForResource API allows you to return a resource's tags.
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The ListTagsForResource API allows you to return a resource's tags.
ListTagsForResourceRequest - Class in software.amazon.awssdk.services.honeycode.model
 
ListTagsForResourceRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ListTagsForResourceRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
ListTagsForResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.ListTagsForResourceRequestMarshaller
 
ListTagsForResourceResponse - Class in software.amazon.awssdk.services.honeycode.model
 
ListTagsForResourceResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 

M

marshall(BatchCreateTableRowsRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.BatchCreateTableRowsRequestMarshaller
 
marshall(BatchDeleteTableRowsRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.BatchDeleteTableRowsRequestMarshaller
 
marshall(BatchUpdateTableRowsRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.BatchUpdateTableRowsRequestMarshaller
 
marshall(BatchUpsertTableRowsRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.BatchUpsertTableRowsRequestMarshaller
 
marshall(DescribeTableDataImportJobRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.DescribeTableDataImportJobRequestMarshaller
 
marshall(GetScreenDataRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.GetScreenDataRequestMarshaller
 
marshall(InvokeScreenAutomationRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.InvokeScreenAutomationRequestMarshaller
 
marshall(ListTableColumnsRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.ListTableColumnsRequestMarshaller
 
marshall(ListTableRowsRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.ListTableRowsRequestMarshaller
 
marshall(ListTablesRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.ListTablesRequestMarshaller
 
marshall(ListTagsForResourceRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.ListTagsForResourceRequestMarshaller
 
marshall(QueryTableRowsRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.QueryTableRowsRequestMarshaller
 
marshall(StartTableDataImportJobRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.StartTableDataImportJobRequestMarshaller
 
marshall(TagResourceRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.TagResourceRequestMarshaller
 
marshall(UntagResourceRequest) - Method in class software.amazon.awssdk.services.honeycode.transform.UntagResourceRequestMarshaller
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
The number of results to be returned on a single page.
maxResults() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
The number of results to be returned on a single page.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
The maximum number of rows to return in each page of the results.
maxResults() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
The maximum number of rows to return in each page of the results.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesRequest.Builder
The maximum number of tables to return in each page of the results.
maxResults() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
The maximum number of tables to return in each page of the results.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
The maximum number of rows to return in each page of the results.
maxResults() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
The maximum number of rows to return in each page of the results.
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.AccessDeniedException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse.Builder
A message providing more details about the current status of the import job.
message() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
A message providing more details about the current status of the import job.
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InternalServerException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.RequestTimeoutException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ThrottlingException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ValidationException.Builder
 

N

name(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ColumnMetadata.Builder
The name of the column.
name() - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
The name of the column.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
This parameter is optional.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
This parameter is optional.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse.Builder
Provides the pagination token to load the next page if there are more results matching the request.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
Provides the pagination token to load the next page if there are more results matching the request.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest.Builder
This parameter is optional.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
This parameter is optional.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse.Builder
Provides the pagination token to load the next page if there are more results matching the request.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
Provides the pagination token to load the next page if there are more results matching the request.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
This parameter is optional.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
This parameter is optional.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
Provides the pagination token to load the next page if there are more results matching the request.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
Provides the pagination token to load the next page if there are more results matching the request.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesRequest.Builder
This parameter is optional.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
This parameter is optional.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesResponse.Builder
Provides the pagination token to load the next page if there are more results matching the request.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
Provides the pagination token to load the next page if there are more results matching the request.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
This parameter is optional.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
This parameter is optional.
nextToken(String) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse.Builder
Provides the pagination token to load the next page if there are more results matching the request.
nextToken() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
Provides the pagination token to load the next page if there are more results matching the request.

O

overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.TagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.TagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.honeycode.model.UntagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.UntagResourceRequest.Builder
 
overrideFormat(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DataItem.Builder
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
overrideFormat(Format) - Method in interface software.amazon.awssdk.services.honeycode.model.DataItem.Builder
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
overrideFormat() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.
overrideFormatAsString() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

Q

queryTableRows(QueryTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
queryTableRows(Consumer<QueryTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
queryTableRows(QueryTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
queryTableRows(Consumer<QueryTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
QueryTableRowsIterable - Class in software.amazon.awssdk.services.honeycode.paginators
QueryTableRowsIterable(HoneycodeClient, QueryTableRowsRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.QueryTableRowsIterable
 
queryTableRowsPaginator(QueryTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
queryTableRowsPaginator(Consumer<QueryTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
queryTableRowsPaginator(QueryTableRowsRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
queryTableRowsPaginator(Consumer<QueryTableRowsRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
QueryTableRowsPublisher - Class in software.amazon.awssdk.services.honeycode.paginators
QueryTableRowsPublisher(HoneycodeAsyncClient, QueryTableRowsRequest) - Constructor for class software.amazon.awssdk.services.honeycode.paginators.QueryTableRowsPublisher
 
QueryTableRowsRequest - Class in software.amazon.awssdk.services.honeycode.model
 
QueryTableRowsRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
QueryTableRowsRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
QueryTableRowsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.QueryTableRowsRequestMarshaller
 
QueryTableRowsResponse - Class in software.amazon.awssdk.services.honeycode.model
 
QueryTableRowsResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 

R

rawValue(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Cell.Builder
The raw value of the data contained in the cell.
rawValue() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
The raw value of the data contained in the cell.
rawValue(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DataItem.Builder
The raw value of the data.
rawValue() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
The raw value of the data.
rawValue(String) - Method in interface software.amazon.awssdk.services.honeycode.model.VariableValue.Builder
Raw value of the variable.
rawValue() - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
Raw value of the variable.
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.AccessDeniedException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InternalServerException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.RequestTimeoutException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ThrottlingException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ValidationException.Builder
 
RequestTimeoutException - Exception in software.amazon.awssdk.services.honeycode.model
The request timed out.
RequestTimeoutException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
resourceArn(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest.Builder
The resource's Amazon Resource Name (ARN).
resourceArn() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
The resource's Amazon Resource Name (ARN).
resourceArn(String) - Method in interface software.amazon.awssdk.services.honeycode.model.TagResourceRequest.Builder
The resource's Amazon Resource Name (ARN).
resourceArn() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
The resource's Amazon Resource Name (ARN).
resourceArn(String) - Method in interface software.amazon.awssdk.services.honeycode.model.UntagResourceRequest.Builder
The resource's Amazon Resource Name (ARN).
resourceArn() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
The resource's Amazon Resource Name (ARN).
ResourceNotFoundException - Exception in software.amazon.awssdk.services.honeycode.model
A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.
ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
responseMetadata() - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeResponse
 
ResultRow - Class in software.amazon.awssdk.services.honeycode.model
A single row in the ResultSet.
ResultRow.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
results(Map<String, ResultSet>) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse.Builder
A map of all the rows on the screen keyed by block name.
results() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
A map of all the rows on the screen keyed by block name.
ResultSet - Class in software.amazon.awssdk.services.honeycode.model
ResultSet contains the results of the request for a single block or list defined on the screen.
ResultSet.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
rowId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
The row ID for the automation if the automation is defined inside a block with source or list.
rowId() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
The row ID for the automation if the automation is defined inside a block with source or list.
rowId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultRow.Builder
The ID for a particular row.
rowId() - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
The ID for a particular row.
rowId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.TableRow.Builder
The id of the row in the table.
rowId() - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
The id of the row in the table.
rowId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.UpdateRowData.Builder
The id of the row that needs to be updated.
rowId() - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
The id of the row that needs to be updated.
rowIds(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
The list of row ids to delete from the table.
rowIds(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
The list of row ids to delete from the table.
rowIds() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
The list of row ids to delete from the table.
rowIds(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
This parameter is optional.
rowIds(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
This parameter is optional.
rowIds() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
This parameter is optional.
rowIds(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowsResult.Builder
The list of row ids that were changed as part of an upsert row operation.
rowIds(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowsResult.Builder
The list of row ids that were changed as part of an upsert row operation.
rowIds() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
The list of row ids that were changed as part of an upsert row operation.
rowIdsNotFound(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
The list of row ids included in the request that were not found in the table.
rowIdsNotFound(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
The list of row ids included in the request that were not found in the table.
rowIdsNotFound() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
The list of row ids included in the request that were not found in the table.
rows(Map<String, UpsertRowsResult>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse.Builder
A map with the batch item id as the key and the result of the upsert operation as the value.
rows() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
A map with the batch item id as the key and the result of the upsert operation as the value.
rows(Collection<TableRow>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
The list of rows in the table.
rows(TableRow...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
The list of rows in the table.
rows(Consumer<TableRow.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
The list of rows in the table.
rows() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
The list of rows in the table.
rows(Collection<TableRow>) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse.Builder
The list of rows in the table that match the query filter.
rows(TableRow...) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse.Builder
The list of rows in the table that match the query filter.
rows(Consumer<TableRow.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse.Builder
The list of rows in the table that match the query filter.
rows() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
The list of rows in the table that match the query filter.
rows(Collection<ResultRow>) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultSet.Builder
List of rows returned by the request.
rows(ResultRow...) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultSet.Builder
List of rows returned by the request.
rows(Consumer<ResultRow.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.ResultSet.Builder
List of rows returned by the request.
rows() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
List of rows returned by the request.
rows() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableRowsIterable
Returns an iterable to iterate through the paginated ListTableRowsResponse.rows() member.
rows() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableRowsPublisher
Returns a publisher that can be used to get a stream of data.
rows() - Method in class software.amazon.awssdk.services.honeycode.paginators.QueryTableRowsIterable
Returns an iterable to iterate through the paginated QueryTableRowsResponse.rows() member.
rows() - Method in class software.amazon.awssdk.services.honeycode.paginators.QueryTableRowsPublisher
Returns a publisher that can be used to get a stream of data.
rowsToCreate(Collection<CreateRowData>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
The list of rows to create at the end of the table.
rowsToCreate(CreateRowData...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
The list of rows to create at the end of the table.
rowsToCreate(Consumer<CreateRowData.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
The list of rows to create at the end of the table.
rowsToCreate() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
The list of rows to create at the end of the table.
rowsToUpdate(Collection<UpdateRowData>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
The list of rows to update in the table.
rowsToUpdate(UpdateRowData...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
The list of rows to update in the table.
rowsToUpdate(Consumer<UpdateRowData.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
The list of rows to update in the table.
rowsToUpdate() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
The list of rows to update in the table.
rowsToUpsert(Collection<UpsertRowData>) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
The list of rows to upsert in the table.
rowsToUpsert(UpsertRowData...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
The list of rows to upsert in the table.
rowsToUpsert(Consumer<UpsertRowData.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
The list of rows to upsert in the table.
rowsToUpsert() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
The list of rows to upsert in the table.

S

screenAutomationId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
The ID of the automation action to be performed.
screenAutomationId() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
The ID of the automation action to be performed.
screenId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
The ID of the screen.
screenId() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
The ID of the screen.
screenId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
The ID of the screen that contains the screen automation.
screenId() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
The ID of the screen that contains the screen automation.
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.AccessDeniedException
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionException
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.Filter
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.InternalServerException
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.RequestTimeoutException
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.Table
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.ThrottlingException
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
sdkFields() - Method in exception software.amazon.awssdk.services.honeycode.model.ValidationException
 
sdkFields() - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.AccessDeniedException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.Cell
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.Filter
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.HoneycodeException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.InternalServerException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.RequestTimeoutException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.Table
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.ThrottlingException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.honeycode.model.ValidationException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
 
ServiceQuotaExceededException - Exception in software.amazon.awssdk.services.honeycode.model
The request caused service quota to be breached.
ServiceQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
ServiceUnavailableException - Exception in software.amazon.awssdk.services.honeycode.model
Remote service is unreachable.
ServiceUnavailableException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
software.amazon.awssdk.services.honeycode - package software.amazon.awssdk.services.honeycode
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.
software.amazon.awssdk.services.honeycode.model - package software.amazon.awssdk.services.honeycode.model
 
software.amazon.awssdk.services.honeycode.paginators - package software.amazon.awssdk.services.honeycode.paginators
 
software.amazon.awssdk.services.honeycode.transform - package software.amazon.awssdk.services.honeycode.transform
 
SourceDataColumnProperties - Class in software.amazon.awssdk.services.honeycode.model
An object that contains the properties for importing data to a specific column in a table.
SourceDataColumnProperties.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
startTableDataImportJob(StartTableDataImportJobRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The StartTableDataImportJob API allows you to start an import job on a table.
startTableDataImportJob(Consumer<StartTableDataImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The StartTableDataImportJob API allows you to start an import job on a table.
startTableDataImportJob(StartTableDataImportJobRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The StartTableDataImportJob API allows you to start an import job on a table.
startTableDataImportJob(Consumer<StartTableDataImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The StartTableDataImportJob API allows you to start an import job on a table.
StartTableDataImportJobRequest - Class in software.amazon.awssdk.services.honeycode.model
 
StartTableDataImportJobRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
StartTableDataImportJobRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
StartTableDataImportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.StartTableDataImportJobRequestMarshaller
 
StartTableDataImportJobResponse - Class in software.amazon.awssdk.services.honeycode.model
 
StartTableDataImportJobResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.AccessDeniedException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.HoneycodeException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.InternalServerException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.RequestTimeoutException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.ThrottlingException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.honeycode.model.ValidationException.Builder
 
submitter(ImportJobSubmitter) - Method in interface software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata.Builder
Details about the submitter of the import request.
submitter(Consumer<ImportJobSubmitter.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata.Builder
Details about the submitter of the import request.
submitter() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
Details about the submitter of the import request.
submitTime(Instant) - Method in interface software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata.Builder
The timestamp when the job was submitted for import.
submitTime() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
The timestamp when the job was submitted for import.
subscribe(Subscriber<? super ListTableColumnsResponse>) - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableColumnsPublisher
 
subscribe(Subscriber<? super ListTableRowsResponse>) - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableRowsPublisher
 
subscribe(Subscriber<? super ListTablesResponse>) - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTablesPublisher
 
subscribe(Subscriber<? super QueryTableRowsResponse>) - Method in class software.amazon.awssdk.services.honeycode.paginators.QueryTableRowsPublisher
 

T

Table - Class in software.amazon.awssdk.services.honeycode.model
An object representing the properties of a table in a workbook.
Table.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
TableColumn - Class in software.amazon.awssdk.services.honeycode.model
An object that contains attributes about a single column in a table
TableColumn.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
tableColumnId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.TableColumn.Builder
The id of the column in the table.
tableColumnId() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
The id of the column in the table.
tableColumnName(String) - Method in interface software.amazon.awssdk.services.honeycode.model.TableColumn.Builder
The name of the column in the table.
tableColumnName() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
The name of the column in the table.
tableColumns(Collection<TableColumn>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse.Builder
The list of columns in the table.
tableColumns(TableColumn...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse.Builder
The list of columns in the table.
tableColumns(Consumer<TableColumn.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse.Builder
The list of columns in the table.
tableColumns() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
The list of columns in the table.
tableColumns() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableColumnsIterable
Returns an iterable to iterate through the paginated ListTableColumnsResponse.tableColumns() member.
tableColumns() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTableColumnsPublisher
Returns a publisher that can be used to get a stream of data.
TableDataImportJobMetadata - Class in software.amazon.awssdk.services.honeycode.model
The metadata associated with the table data import job that was submitted.
TableDataImportJobMetadata.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
TableDataImportJobStatus - Enum in software.amazon.awssdk.services.honeycode.model
 
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
The ID of the table where the new rows are being added.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
The ID of the table where the new rows are being added.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
The ID of the table where the rows are being deleted.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
The ID of the table where the rows are being deleted.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
The ID of the table where the rows are being updated.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
The ID of the table where the rows are being updated.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
The ID of the table where the rows are being upserted.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
The ID of the table where the rows are being upserted.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest.Builder
The ID of the table into which data was imported.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
The ID of the table into which data was imported.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest.Builder
The ID of the table whose columns are being retrieved.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
The ID of the table whose columns are being retrieved.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
The ID of the table whose rows are being retrieved.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
The ID of the table whose rows are being retrieved.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
The ID of the table whose rows are being queried.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
The ID of the table whose rows are being queried.
tableId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Table.Builder
The id of the table.
tableId() - Method in class software.amazon.awssdk.services.honeycode.model.Table
The id of the table.
tableName(String) - Method in interface software.amazon.awssdk.services.honeycode.model.Table.Builder
The name of the table.
tableName() - Method in class software.amazon.awssdk.services.honeycode.model.Table
The name of the table.
TableRow - Class in software.amazon.awssdk.services.honeycode.model
An object that contains attributes about a single row in a table
TableRow.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
tables(Collection<Table>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesResponse.Builder
The list of tables in the workbook.
tables(Table...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesResponse.Builder
The list of tables in the workbook.
tables(Consumer<Table.Builder>...) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesResponse.Builder
The list of tables in the workbook.
tables() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
The list of tables in the workbook.
tables() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTablesIterable
Returns an iterable to iterate through the paginated ListTablesResponse.tables() member.
tables() - Method in class software.amazon.awssdk.services.honeycode.paginators.ListTablesPublisher
Returns a publisher that can be used to get a stream of data.
tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.honeycode.model.UntagResourceRequest.Builder
A list of tag keys to remove from the resource.
tagKeys(String...) - Method in interface software.amazon.awssdk.services.honeycode.model.UntagResourceRequest.Builder
A list of tag keys to remove from the resource.
tagKeys() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
A list of tag keys to remove from the resource.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The TagResource API allows you to add tags to an ARN-able resource.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The TagResource API allows you to add tags to an ARN-able resource.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The TagResource API allows you to add tags to an ARN-able resource.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The TagResource API allows you to add tags to an ARN-able resource.
TagResourceRequest - Class in software.amazon.awssdk.services.honeycode.model
 
TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.TagResourceRequestMarshaller
 
TagResourceResponse - Class in software.amazon.awssdk.services.honeycode.model
 
TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse.Builder
The resource's tags.
tags() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
The resource's tags.
tags(Map<String, String>) - Method in interface software.amazon.awssdk.services.honeycode.model.TagResourceRequest.Builder
A list of tags to apply to the resource.
tags() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
A list of tags to apply to the resource.
ThrottlingException - Exception in software.amazon.awssdk.services.honeycode.model
Tps(transactions per second) rate reached.
ThrottlingException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.AccessDeniedException
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionException
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.AutomationExecutionTimeoutException
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.Filter
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.HoneycodeException
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.HoneycodeRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.InternalServerException
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.RequestTimeoutException
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.ResourceNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.ServiceQuotaExceededException
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.ServiceUnavailableException
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.Table
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.ThrottlingException
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
 
toBuilder() - Method in exception software.amazon.awssdk.services.honeycode.model.ValidationException
 
toBuilder() - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
 
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.Cell
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.CellInput
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ColumnMetadata
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.CreateRowData
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.DataItem
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.DelimitedTextImportOptions
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.DestinationOptions
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.honeycode.model.ErrorCode
 
toString() - Method in class software.amazon.awssdk.services.honeycode.model.FailedBatchItem
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.Filter
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.honeycode.model.Format
 
toString() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.honeycode.model.ImportDataCharacterEncoding
 
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSource
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ImportDataSourceConfig
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ImportOptions
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.honeycode.model.ImportSourceDataFormat
 
toString() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ListTagsForResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ResultRow
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.ResultSet
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.Table
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.TableColumn
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.honeycode.model.TableDataImportJobStatus
 
toString() - Method in class software.amazon.awssdk.services.honeycode.model.TableRow
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.TagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.UntagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.UpdateRowData
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.honeycode.model.UpsertAction
 
toString() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowData
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.honeycode.model.VariableValue
Returns a string representation of this object.

U

untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The UntagResource API allows you to removes tags from an ARN-able resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeAsyncClient
The UntagResource API allows you to removes tags from an ARN-able resource.
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The UntagResource API allows you to removes tags from an ARN-able resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.honeycode.HoneycodeClient
The UntagResource API allows you to removes tags from an ARN-able resource.
UntagResourceRequest - Class in software.amazon.awssdk.services.honeycode.model
 
UntagResourceRequest.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
UntagResourceRequestMarshaller - Class in software.amazon.awssdk.services.honeycode.transform
UntagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.honeycode.transform.UntagResourceRequestMarshaller
 
UntagResourceResponse - Class in software.amazon.awssdk.services.honeycode.model
 
UntagResourceResponse.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
UpdateRowData - Class in software.amazon.awssdk.services.honeycode.model
Data needed to create a single row in a table as part of the BatchCreateTableRows request.
UpdateRowData.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
UpsertAction - Enum in software.amazon.awssdk.services.honeycode.model
 
upsertAction(String) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowsResult.Builder
The result of the upsert action.
upsertAction(UpsertAction) - Method in interface software.amazon.awssdk.services.honeycode.model.UpsertRowsResult.Builder
The result of the upsert action.
upsertAction() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
The result of the upsert action.
upsertActionAsString() - Method in class software.amazon.awssdk.services.honeycode.model.UpsertRowsResult
The result of the upsert action.
UpsertRowData - Class in software.amazon.awssdk.services.honeycode.model
Data needed to upsert rows in a table as part of a single item in the BatchUpsertTableRows request.
UpsertRowData.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
UpsertRowsResult - Class in software.amazon.awssdk.services.honeycode.model
An object that represents the result of a single upsert row request.
UpsertRowsResult.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
userArn(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter.Builder
The AWS user ARN of the submitter of the import job, if available.
userArn() - Method in class software.amazon.awssdk.services.honeycode.model.ImportJobSubmitter
The AWS user ARN of the submitter of the import job, if available.

V

ValidationException - Exception in software.amazon.awssdk.services.honeycode.model
Request is invalid.
ValidationException.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 
valueOf(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportDataCharacterEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportSourceDataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.TableDataImportJobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.honeycode.model.UpsertAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.honeycode.model.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.honeycode.model.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportDataCharacterEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.honeycode.model.ImportSourceDataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.honeycode.model.TableDataImportJobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.honeycode.model.UpsertAction
Returns an array containing the constants of this enum type, in the order they are declared.
variables(Map<String, VariableValue>) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
Variables are optional and are needed only if the screen requires them to render correctly.
variables() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
Variables are optional and are needed only if the screen requires them to render correctly.
variables(Map<String, VariableValue>) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
Variables are specified as a map where the key is the name of the variable as defined on the screen.
variables() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
Variables are specified as a map where the key is the name of the variable as defined on the screen.
VariableValue - Class in software.amazon.awssdk.services.honeycode.model
The input variables to the app to be used by the InvokeScreenAutomation action request.
VariableValue.Builder - Interface in software.amazon.awssdk.services.honeycode.model
 

W

workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse.Builder
The updated workbook cursor after adding the new rows at the end of the table.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsResponse
The updated workbook cursor after adding the new rows at the end of the table.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse.Builder
The updated workbook cursor after deleting the rows from the table.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
The updated workbook cursor after deleting the rows from the table.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse.Builder
The updated workbook cursor after adding the new rows at the end of the table.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsResponse
The updated workbook cursor after adding the new rows at the end of the table.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse.Builder
The updated workbook cursor after updating or appending rows in the table.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsResponse
The updated workbook cursor after updating or appending rows in the table.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse.Builder
Indicates the cursor of the workbook at which the data returned by this workbook is read.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataResponse
Indicates the cursor of the workbook at which the data returned by this workbook is read.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse.Builder
The updated workbook cursor after performing the automation action.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationResponse
The updated workbook cursor after performing the automation action.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse.Builder
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsResponse
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse.Builder
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsResponse
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesResponse.Builder
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesResponse
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookCursor(Long) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse.Builder
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookCursor() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsResponse
Indicates the cursor of the workbook at which the data returned by this request is read.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest.Builder
The ID of the workbook where the new rows are being added.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchCreateTableRowsRequest
The ID of the workbook where the new rows are being added.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
The ID of the workbook where the rows are being deleted.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
The ID of the workbook where the rows are being deleted.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
The ID of the workbook where the rows are being updated.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
The ID of the workbook where the rows are being updated.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
The ID of the workbook where the rows are being upserted.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest
The ID of the workbook where the rows are being upserted.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest.Builder
The ID of the workbook into which data was imported.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobRequest
The ID of the workbook into which data was imported.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest.Builder
The ID of the workbook that contains the screen.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.GetScreenDataRequest
The ID of the workbook that contains the screen.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest.Builder
The ID of the workbook that contains the screen automation.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.InvokeScreenAutomationRequest
The ID of the workbook that contains the screen automation.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest.Builder
The ID of the workbook that contains the table whose columns are being retrieved.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest
The ID of the workbook that contains the table whose columns are being retrieved.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest.Builder
The ID of the workbook that contains the table whose rows are being retrieved.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.ListTableRowsRequest
The ID of the workbook that contains the table whose rows are being retrieved.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.ListTablesRequest.Builder
The ID of the workbook whose tables are being retrieved.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.ListTablesRequest
The ID of the workbook whose tables are being retrieved.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest.Builder
The ID of the workbook whose table rows are being queried.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.QueryTableRowsRequest
The ID of the workbook whose table rows are being queried.
workbookId(String) - Method in interface software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest.Builder
The ID of the workbook where the rows are being imported.
workbookId() - Method in class software.amazon.awssdk.services.honeycode.model.StartTableDataImportJobRequest
The ID of the workbook where the rows are being imported.
A B C D E F G H I J K L M N O Q R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.