- getAppId() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the app that contains the screen.
- getAppId() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the app that contains the screen automation.
- getBatchItemId() - Method in class com.amazonaws.services.honeycode.model.CreateRowData
-
An external identifier that represents the single row that is being created as part of the BatchCreateTableRows
request.
- getBatchItemId() - Method in class com.amazonaws.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.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycode
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycode
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCells() - Method in class com.amazonaws.services.honeycode.model.TableRow
-
A list of cells in the table row.
- getCellsToCreate() - Method in class com.amazonaws.services.honeycode.model.CreateRowData
-
A map representing the cells to create in the new row.
- getCellsToUpdate() - Method in class com.amazonaws.services.honeycode.model.UpdateRowData
-
A map representing the cells to update in the given row.
- getCellsToUpdate() - Method in class com.amazonaws.services.honeycode.model.UpsertRowData
-
A map representing the cells to update for the matching rows or an appended row.
- getClientRequestToken() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The request token for performing the batch create operation.
- getClientRequestToken() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The request token for performing the delete action.
- getClientRequestToken() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The request token for performing the update action.
- getClientRequestToken() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The request token for performing the update action.
- getClientRequestToken() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The request token for performing the automation action.
- getClientRequestToken() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The request token for performing the update action.
- getColumnIds() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- getColumnIds() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- getColumnIndex() - Method in class com.amazonaws.services.honeycode.model.SourceDataColumnProperties
-
The index of the column in the input file.
- getColumnMap() - Method in class com.amazonaws.services.honeycode.model.DestinationOptions
-
A map of the column id to the import properties for each column.
- getContextRowId() - Method in class com.amazonaws.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.
- getCreatedRows() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The map of batch item id to the row id that was created for that item.
- getDataCharacterEncoding() - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
The encoding of the data in the input file.
- getDataFormat() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The format of the data that is being imported.
- getDataItems() - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
List of all the data cells in a row.
- getDataSource() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The source of the data that is being imported.
- getDataSource() - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The source of the data that was submitted for import.
- getDataSourceConfig() - Method in class com.amazonaws.services.honeycode.model.ImportDataSource
-
The configuration parameters for the data source of the import
- getDataSourceUrl() - Method in class com.amazonaws.services.honeycode.model.ImportDataSourceConfig
-
The URL from which source data will be downloaded for the import request.
- getDelimitedTextOptions() - Method in class com.amazonaws.services.honeycode.model.ImportOptions
-
Options relating to parsing delimited text.
- getDelimiter() - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
The delimiter to use for separating columns in a single row of the input.
- getDestinationOptions() - Method in class com.amazonaws.services.honeycode.model.ImportOptions
-
Options relating to the destination of the import request.
- getDestinationTableId() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The ID of the table where the rows are being imported.
- getEmail() - Method in class com.amazonaws.services.honeycode.model.ImportJobSubmitter
-
The email id of the submitter of the import job, if available.
- getErrorCode() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
If job status is failed, error code to understand reason for the failure.
- getErrorMessage() - Method in class com.amazonaws.services.honeycode.model.FailedBatchItem
-
The error message that indicates why the batch item failed.
- getExecutorService() - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getFact() - Method in class com.amazonaws.services.honeycode.model.CellInput
-
Fact represents the data that is entered into a cell.
- getFacts() - Method in class com.amazonaws.services.honeycode.model.CellInput
-
A list representing the values that are entered into a ROWSET cell.
- getFailedBatchItems() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The list of batch items in the request that could not be added to the table.
- getFailedBatchItems() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
The list of row ids in the request that could not be deleted from the table.
- getFailedBatchItems() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
The list of batch items in the request that could not be updated in the table.
- getFailedBatchItems() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
The list of batch items in the request that could not be updated or appended in the table.
- getFilter() - Method in class com.amazonaws.services.honeycode.model.UpsertRowData
-
The filter formula to use to find existing matching rows to update.
- getFilterFormula() - Method in class com.amazonaws.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.
- getFormat() - Method in class com.amazonaws.services.honeycode.model.Cell
-
The format of the cell.
- getFormat() - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The format of the column.
- getFormat() - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The column level format that is applied in the table.
- getFormattedValue() - Method in class com.amazonaws.services.honeycode.model.Cell
-
The formatted value of the cell.
- getFormattedValue() - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The formatted value of the data.
- getFormattedValues() - Method in class com.amazonaws.services.honeycode.model.Cell
-
A list of formatted values of the cell.
- getFormula() - Method in class com.amazonaws.services.honeycode.model.Cell
-
The formula contained in the cell.
- getFormula() - Method in class com.amazonaws.services.honeycode.model.Filter
-
A formula representing a filter function that returns zero or more matching rows from a table.
- getHasHeaderRow() - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
Indicates whether the input file has a header row at the top containing the column names.
- getHeaders() - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of headers for all the data cells in the block.
- getId() - Method in class com.amazonaws.services.honeycode.model.FailedBatchItem
-
The id of the batch item that failed.
- getIgnoreEmptyRows() - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
A parameter to indicate whether empty rows should be ignored or be included in the import.
- getImportOptions() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The options for customizing this import request.
- getImportOptions() - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The options that was specified at the time of submitting the import request.
- getJobId() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the job that was returned by the StartTableDataImportJob request.
- getJobId() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
The id that is assigned to this import job.
- getJobMetadata() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
The metadata about the job that was submitted for import.
- getJobStatus() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
The current status of the import job.
- getJobStatus() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
The status of the import job immediately after submitting the request.
- getMaxResults() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The number of results to be returned on a single page.
- getMaxResults() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The maximum number of rows to return in each page of the results.
- getMaxResults() - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
The maximum number of tables to return in each page of the results.
- getMaxResults() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The maximum number of rows to return in each page of the results.
- getMessage() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
A message providing more details about the current status of the import job.
- getName() - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The name of the column.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
This parameter is optional.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
This parameter is optional.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
This parameter is optional.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
This parameter is optional.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
This parameter is optional.
- getNextToken() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- getOverrideFormat() - Method in class com.amazonaws.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.
- getRawValue() - Method in class com.amazonaws.services.honeycode.model.Cell
-
The raw value of the data contained in the cell.
- getRawValue() - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The raw value of the data.
- getRawValue() - Method in class com.amazonaws.services.honeycode.model.VariableValue
-
Raw value of the variable.
- getResourceArn() - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceRequest
-
The resource's Amazon Resource Name (ARN).
- getResourceArn() - Method in class com.amazonaws.services.honeycode.model.TagResourceRequest
-
The resource's Amazon Resource Name (ARN).
- getResourceArn() - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
The resource's Amazon Resource Name (ARN).
- getResults() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
A map of all the rows on the screen keyed by block name.
- getRowId() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The row ID for the automation if the automation is defined inside a block with source or list.
- getRowId() - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
The ID for a particular row.
- getRowId() - Method in class com.amazonaws.services.honeycode.model.TableRow
-
The id of the row in the table.
- getRowId() - Method in class com.amazonaws.services.honeycode.model.UpdateRowData
-
The id of the row that needs to be updated.
- getRowIds() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The list of row ids to delete from the table.
- getRowIds() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
This parameter is optional.
- getRowIds() - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The list of row ids that were changed as part of an upsert row operation.
- getRowIdsNotFound() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of row ids included in the request that were not found in the table.
- getRows() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
A map with the batch item id as the key and the result of the upsert operation as the value.
- getRows() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of rows in the table.
- getRows() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of rows in the table that match the query filter.
- getRows() - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of rows returned by the request.
- getRowsToCreate() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The list of rows to create at the end of the table.
- getRowsToUpdate() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The list of rows to update in the table.
- getRowsToUpsert() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The list of rows to upsert in the table.
- getScreenAutomationId() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the automation action to be performed.
- getScreenData(GetScreenDataRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycode
-
- getScreenData(GetScreenDataRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycode
-
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
- getScreenData(GetScreenDataRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
-
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
- getScreenDataAsync(GetScreenDataRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
-
- getScreenDataAsync(GetScreenDataRequest, AsyncHandler<GetScreenDataRequest, GetScreenDataResult>) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
-
- getScreenDataAsync(GetScreenDataRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
-
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
- getScreenDataAsync(GetScreenDataRequest, AsyncHandler<GetScreenDataRequest, GetScreenDataResult>) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
-
The GetScreenData API allows retrieval of data from a screen in a Honeycode app.
- getScreenDataAsync(GetScreenDataRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
- getScreenDataAsync(GetScreenDataRequest, AsyncHandler<GetScreenDataRequest, GetScreenDataResult>) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
- GetScreenDataRequest - Class in com.amazonaws.services.honeycode.model
-
- GetScreenDataRequest() - Constructor for class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
- GetScreenDataResult - Class in com.amazonaws.services.honeycode.model
-
- GetScreenDataResult() - Constructor for class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
- getScreenId() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the screen.
- getScreenId() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the screen that contains the screen automation.
- getSubmitter() - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
Details about the submitter of the import request.
- getSubmitTime() - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The timestamp when the job was submitted for import.
- getTableColumnId() - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The id of the column in the table.
- getTableColumnName() - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The name of the column in the table.
- getTableColumns() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
The list of columns in the table.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The ID of the table where the new rows are being added.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The ID of the table where the rows are being deleted.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The ID of the table where the rows are being updated.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The ID of the table where the rows are being upserted.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the table into which data was imported.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
The ID of the table whose columns are being retrieved.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The ID of the table whose rows are being retrieved.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The ID of the table whose rows are being queried.
- getTableId() - Method in class com.amazonaws.services.honeycode.model.Table
-
The id of the table.
- getTableName() - Method in class com.amazonaws.services.honeycode.model.Table
-
The name of the table.
- getTables() - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
The list of tables in the workbook.
- getTagKeys() - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
A list of tag keys to remove from the resource.
- getTags() - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceResult
-
The resource's tags.
- getTags() - Method in class com.amazonaws.services.honeycode.model.TagResourceRequest
-
A list of tags to apply to the resource.
- getUpsertAction() - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The result of the upsert action.
- getUserArn() - Method in class com.amazonaws.services.honeycode.model.ImportJobSubmitter
-
The AWS user ARN of the submitter of the import job, if available.
- getVariables() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
Variables are optional and are needed only if the screen requires them to render correctly.
- getVariables() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
Variables are specified as a map where the key is the name of the variable as defined on the screen.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The updated workbook cursor after adding the new rows at the end of the table.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
The updated workbook cursor after deleting the rows from the table.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
The updated workbook cursor after adding the new rows at the end of the table.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
The updated workbook cursor after updating or appending rows in the table.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Indicates the cursor of the workbook at which the data returned by this workbook is read.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
-
The updated workbook cursor after performing the automation action.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- getWorkbookCursor() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The ID of the workbook where the new rows are being added.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The ID of the workbook where the rows are being deleted.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The ID of the workbook where the rows are being updated.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The ID of the workbook where the rows are being upserted.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the workbook into which data was imported.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the workbook that contains the screen.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the workbook that contains the screen automation.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
The ID of the workbook that contains the table whose columns are being retrieved.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The ID of the workbook that contains the table whose rows are being retrieved.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
The ID of the workbook whose tables are being retrieved.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The ID of the workbook whose table rows are being queried.
- getWorkbookId() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The ID of the workbook where the rows are being imported.
- ServiceQuotaExceededException - Exception in com.amazonaws.services.honeycode.model
-
The request caused service quota to be breached.
- ServiceQuotaExceededException(String) - Constructor for exception com.amazonaws.services.honeycode.model.ServiceQuotaExceededException
-
Constructs a new ServiceQuotaExceededException with the specified error message.
- ServiceUnavailableException - Exception in com.amazonaws.services.honeycode.model
-
Remote service is unreachable.
- ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.honeycode.model.ServiceUnavailableException
-
Constructs a new ServiceUnavailableException with the specified error message.
- setAppId(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the app that contains the screen.
- setAppId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the app that contains the screen automation.
- setBatchItemId(String) - Method in class com.amazonaws.services.honeycode.model.CreateRowData
-
An external identifier that represents the single row that is being created as part of the BatchCreateTableRows
request.
- setBatchItemId(String) - Method in class com.amazonaws.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.
- setCells(Collection<Cell>) - Method in class com.amazonaws.services.honeycode.model.TableRow
-
A list of cells in the table row.
- setCellsToCreate(Map<String, CellInput>) - Method in class com.amazonaws.services.honeycode.model.CreateRowData
-
A map representing the cells to create in the new row.
- setCellsToUpdate(Map<String, CellInput>) - Method in class com.amazonaws.services.honeycode.model.UpdateRowData
-
A map representing the cells to update in the given row.
- setCellsToUpdate(Map<String, CellInput>) - Method in class com.amazonaws.services.honeycode.model.UpsertRowData
-
A map representing the cells to update for the matching rows or an appended row.
- setClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The request token for performing the batch create operation.
- setClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The request token for performing the delete action.
- setClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The request token for performing the update action.
- setClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The request token for performing the update action.
- setClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The request token for performing the automation action.
- setClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The request token for performing the update action.
- setColumnIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- setColumnIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- setColumnIndex(Integer) - Method in class com.amazonaws.services.honeycode.model.SourceDataColumnProperties
-
The index of the column in the input file.
- setColumnMap(Map<String, SourceDataColumnProperties>) - Method in class com.amazonaws.services.honeycode.model.DestinationOptions
-
A map of the column id to the import properties for each column.
- setContextRowId(String) - Method in class com.amazonaws.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.
- setCreatedRows(Map<String, String>) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The map of batch item id to the row id that was created for that item.
- setDataCharacterEncoding(String) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
The encoding of the data in the input file.
- setDataFormat(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The format of the data that is being imported.
- setDataItems(Collection<DataItem>) - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
List of all the data cells in a row.
- setDataSource(ImportDataSource) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The source of the data that is being imported.
- setDataSource(ImportDataSource) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The source of the data that was submitted for import.
- setDataSourceConfig(ImportDataSourceConfig) - Method in class com.amazonaws.services.honeycode.model.ImportDataSource
-
The configuration parameters for the data source of the import
- setDataSourceUrl(String) - Method in class com.amazonaws.services.honeycode.model.ImportDataSourceConfig
-
The URL from which source data will be downloaded for the import request.
- setDelimitedTextOptions(DelimitedTextImportOptions) - Method in class com.amazonaws.services.honeycode.model.ImportOptions
-
Options relating to parsing delimited text.
- setDelimiter(String) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
The delimiter to use for separating columns in a single row of the input.
- setDestinationOptions(DestinationOptions) - Method in class com.amazonaws.services.honeycode.model.ImportOptions
-
Options relating to the destination of the import request.
- setDestinationTableId(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The ID of the table where the rows are being imported.
- setEmail(String) - Method in class com.amazonaws.services.honeycode.model.ImportJobSubmitter
-
The email id of the submitter of the import job, if available.
- setErrorCode(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
If job status is failed, error code to understand reason for the failure.
- setErrorMessage(String) - Method in class com.amazonaws.services.honeycode.model.FailedBatchItem
-
The error message that indicates why the batch item failed.
- setFact(String) - Method in class com.amazonaws.services.honeycode.model.CellInput
-
Fact represents the data that is entered into a cell.
- setFacts(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.CellInput
-
A list representing the values that are entered into a ROWSET cell.
- setFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The list of batch items in the request that could not be added to the table.
- setFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
The list of row ids in the request that could not be deleted from the table.
- setFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
The list of batch items in the request that could not be updated in the table.
- setFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
The list of batch items in the request that could not be updated or appended in the table.
- setFilter(Filter) - Method in class com.amazonaws.services.honeycode.model.UpsertRowData
-
The filter formula to use to find existing matching rows to update.
- setFilterFormula(Filter) - Method in class com.amazonaws.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.
- setFormat(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The format of the cell.
- setFormat(String) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The format of the column.
- setFormat(String) - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The column level format that is applied in the table.
- setFormattedValue(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The formatted value of the cell.
- setFormattedValue(String) - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The formatted value of the data.
- setFormattedValues(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.Cell
-
A list of formatted values of the cell.
- setFormula(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The formula contained in the cell.
- setFormula(String) - Method in class com.amazonaws.services.honeycode.model.Filter
-
A formula representing a filter function that returns zero or more matching rows from a table.
- setHasHeaderRow(Boolean) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
Indicates whether the input file has a header row at the top containing the column names.
- setHeaders(Collection<ColumnMetadata>) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of headers for all the data cells in the block.
- setId(String) - Method in class com.amazonaws.services.honeycode.model.FailedBatchItem
-
The id of the batch item that failed.
- setIgnoreEmptyRows(Boolean) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
A parameter to indicate whether empty rows should be ignored or be included in the import.
- setImportOptions(ImportOptions) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The options for customizing this import request.
- setImportOptions(ImportOptions) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The options that was specified at the time of submitting the import request.
- setJobId(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the job that was returned by the StartTableDataImportJob request.
- setJobId(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
The id that is assigned to this import job.
- setJobMetadata(TableDataImportJobMetadata) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
The metadata about the job that was submitted for import.
- setJobStatus(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
The current status of the import job.
- setJobStatus(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
The status of the import job immediately after submitting the request.
- setMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The number of results to be returned on a single page.
- setMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The maximum number of rows to return in each page of the results.
- setMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
The maximum number of tables to return in each page of the results.
- setMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The maximum number of rows to return in each page of the results.
- setMessage(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
A message providing more details about the current status of the import job.
- setName(String) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The name of the column.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
This parameter is optional.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
This parameter is optional.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
This parameter is optional.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
This parameter is optional.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
This parameter is optional.
- setNextToken(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- setOverrideFormat(String) - Method in class com.amazonaws.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.
- setRawValue(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The raw value of the data contained in the cell.
- setRawValue(String) - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The raw value of the data.
- setRawValue(String) - Method in class com.amazonaws.services.honeycode.model.VariableValue
-
Raw value of the variable.
- setResourceArn(String) - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceRequest
-
The resource's Amazon Resource Name (ARN).
- setResourceArn(String) - Method in class com.amazonaws.services.honeycode.model.TagResourceRequest
-
The resource's Amazon Resource Name (ARN).
- setResourceArn(String) - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
The resource's Amazon Resource Name (ARN).
- setResults(Map<String, ResultSet>) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
A map of all the rows on the screen keyed by block name.
- setRowId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The row ID for the automation if the automation is defined inside a block with source or list.
- setRowId(String) - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
The ID for a particular row.
- setRowId(String) - Method in class com.amazonaws.services.honeycode.model.TableRow
-
The id of the row in the table.
- setRowId(String) - Method in class com.amazonaws.services.honeycode.model.UpdateRowData
-
The id of the row that needs to be updated.
- setRowIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The list of row ids to delete from the table.
- setRowIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
This parameter is optional.
- setRowIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The list of row ids that were changed as part of an upsert row operation.
- setRowIdsNotFound(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of row ids included in the request that were not found in the table.
- setRows(Map<String, UpsertRowsResult>) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
A map with the batch item id as the key and the result of the upsert operation as the value.
- setRows(Collection<TableRow>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of rows in the table.
- setRows(Collection<TableRow>) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of rows in the table that match the query filter.
- setRows(Collection<ResultRow>) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of rows returned by the request.
- setRowsToCreate(Collection<CreateRowData>) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The list of rows to create at the end of the table.
- setRowsToUpdate(Collection<UpdateRowData>) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The list of rows to update in the table.
- setRowsToUpsert(Collection<UpsertRowData>) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The list of rows to upsert in the table.
- setScreenAutomationId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the automation action to be performed.
- setScreenId(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the screen.
- setScreenId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the screen that contains the screen automation.
- setSubmitter(ImportJobSubmitter) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
Details about the submitter of the import request.
- setSubmitTime(Date) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The timestamp when the job was submitted for import.
- setTableColumnId(String) - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The id of the column in the table.
- setTableColumnName(String) - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The name of the column in the table.
- setTableColumns(Collection<TableColumn>) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
The list of columns in the table.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The ID of the table where the new rows are being added.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The ID of the table where the rows are being deleted.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The ID of the table where the rows are being updated.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The ID of the table where the rows are being upserted.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the table into which data was imported.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
The ID of the table whose columns are being retrieved.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The ID of the table whose rows are being retrieved.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The ID of the table whose rows are being queried.
- setTableId(String) - Method in class com.amazonaws.services.honeycode.model.Table
-
The id of the table.
- setTableName(String) - Method in class com.amazonaws.services.honeycode.model.Table
-
The name of the table.
- setTables(Collection<Table>) - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
The list of tables in the workbook.
- setTagKeys(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
A list of tag keys to remove from the resource.
- setTags(Map<String, String>) - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceResult
-
The resource's tags.
- setTags(Map<String, String>) - Method in class com.amazonaws.services.honeycode.model.TagResourceRequest
-
A list of tags to apply to the resource.
- setUpsertAction(String) - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The result of the upsert action.
- setUserArn(String) - Method in class com.amazonaws.services.honeycode.model.ImportJobSubmitter
-
The AWS user ARN of the submitter of the import job, if available.
- setVariables(Map<String, VariableValue>) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
Variables are optional and are needed only if the screen requires them to render correctly.
- setVariables(Map<String, VariableValue>) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
Variables are specified as a map where the key is the name of the variable as defined on the screen.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The updated workbook cursor after adding the new rows at the end of the table.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
The updated workbook cursor after deleting the rows from the table.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
The updated workbook cursor after adding the new rows at the end of the table.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
The updated workbook cursor after updating or appending rows in the table.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Indicates the cursor of the workbook at which the data returned by this workbook is read.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
-
The updated workbook cursor after performing the automation action.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- setWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The ID of the workbook where the new rows are being added.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The ID of the workbook where the rows are being deleted.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The ID of the workbook where the rows are being updated.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The ID of the workbook where the rows are being upserted.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the workbook into which data was imported.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the workbook that contains the screen.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the workbook that contains the screen automation.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
The ID of the workbook that contains the table whose columns are being retrieved.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The ID of the workbook that contains the table whose rows are being retrieved.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
The ID of the workbook whose tables are being retrieved.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The ID of the workbook whose table rows are being queried.
- setWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The ID of the workbook where the rows are being imported.
- shutdown() - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycode
-
- shutdown() - Method in interface com.amazonaws.services.honeycode.AmazonHoneycode
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
-
- SourceDataColumnProperties - Class in com.amazonaws.services.honeycode.model
-
An object that contains the properties for importing data to a specific column in a table.
- SourceDataColumnProperties() - Constructor for class com.amazonaws.services.honeycode.model.SourceDataColumnProperties
-
- standard() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeClientBuilder
-
- startTableDataImportJob(StartTableDataImportJobRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycode
-
- startTableDataImportJob(StartTableDataImportJobRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycode
-
The StartTableDataImportJob API allows you to start an import job on a table.
- startTableDataImportJob(StartTableDataImportJobRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
-
The StartTableDataImportJob API allows you to start an import job on a table.
- startTableDataImportJobAsync(StartTableDataImportJobRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
-
- startTableDataImportJobAsync(StartTableDataImportJobRequest, AsyncHandler<StartTableDataImportJobRequest, StartTableDataImportJobResult>) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
-
- startTableDataImportJobAsync(StartTableDataImportJobRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
-
The StartTableDataImportJob API allows you to start an import job on a table.
- startTableDataImportJobAsync(StartTableDataImportJobRequest, AsyncHandler<StartTableDataImportJobRequest, StartTableDataImportJobResult>) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
-
The StartTableDataImportJob API allows you to start an import job on a table.
- startTableDataImportJobAsync(StartTableDataImportJobRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
- startTableDataImportJobAsync(StartTableDataImportJobRequest, AsyncHandler<StartTableDataImportJobRequest, StartTableDataImportJobResult>) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
- StartTableDataImportJobRequest - Class in com.amazonaws.services.honeycode.model
-
- StartTableDataImportJobRequest() - Constructor for class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
- StartTableDataImportJobResult - Class in com.amazonaws.services.honeycode.model
-
- StartTableDataImportJobResult() - Constructor for class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
- Table - Class in com.amazonaws.services.honeycode.model
-
An object representing the properties of a table in a workbook.
- Table() - Constructor for class com.amazonaws.services.honeycode.model.Table
-
- TableColumn - Class in com.amazonaws.services.honeycode.model
-
An object that contains attributes about a single column in a table
- TableColumn() - Constructor for class com.amazonaws.services.honeycode.model.TableColumn
-
- TableDataImportJobMetadata - Class in com.amazonaws.services.honeycode.model
-
The metadata associated with the table data import job that was submitted.
- TableDataImportJobMetadata() - Constructor for class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
- TableDataImportJobStatus - Enum in com.amazonaws.services.honeycode.model
-
- TableRow - Class in com.amazonaws.services.honeycode.model
-
An object that contains attributes about a single row in a table
- TableRow() - Constructor for class com.amazonaws.services.honeycode.model.TableRow
-
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycode
-
- tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycode
-
The TagResource API allows you to add tags to an ARN-able resource.
- tagResource(TagResourceRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
-
The TagResource API allows you to add tags to an ARN-able resource.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
-
- tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
-
The TagResource API allows you to add tags to an ARN-able resource.
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
-
The TagResource API allows you to add tags to an ARN-able resource.
- tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
- tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
- TagResourceRequest - Class in com.amazonaws.services.honeycode.model
-
- TagResourceRequest() - Constructor for class com.amazonaws.services.honeycode.model.TagResourceRequest
-
- TagResourceResult - Class in com.amazonaws.services.honeycode.model
-
- TagResourceResult() - Constructor for class com.amazonaws.services.honeycode.model.TagResourceResult
-
- ThrottlingException - Exception in com.amazonaws.services.honeycode.model
-
Tps(transactions per second) rate reached.
- ThrottlingException(String) - Constructor for exception com.amazonaws.services.honeycode.model.ThrottlingException
-
Constructs a new ThrottlingException with the specified error message.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.Cell
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.CellInput
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.CreateRowData
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.DataItem
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.DestinationOptions
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.honeycode.model.ErrorCode
-
- toString() - Method in class com.amazonaws.services.honeycode.model.FailedBatchItem
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.Filter
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.honeycode.model.Format
-
- toString() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.honeycode.model.ImportDataCharacterEncoding
-
- toString() - Method in class com.amazonaws.services.honeycode.model.ImportDataSource
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ImportDataSourceConfig
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ImportJobSubmitter
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ImportOptions
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.honeycode.model.ImportSourceDataFormat
-
- toString() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.SourceDataColumnProperties
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.Table
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.honeycode.model.TableDataImportJobStatus
-
- toString() - Method in class com.amazonaws.services.honeycode.model.TableRow
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.TagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.UntagResourceResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.UpdateRowData
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.honeycode.model.UpsertAction
-
- toString() - Method in class com.amazonaws.services.honeycode.model.UpsertRowData
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.honeycode.model.VariableValue
-
Returns a string representation of this object.
- withAppId(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the app that contains the screen.
- withAppId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the app that contains the screen automation.
- withBatchItemId(String) - Method in class com.amazonaws.services.honeycode.model.CreateRowData
-
An external identifier that represents the single row that is being created as part of the BatchCreateTableRows
request.
- withBatchItemId(String) - Method in class com.amazonaws.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.
- withCells(Cell...) - Method in class com.amazonaws.services.honeycode.model.TableRow
-
A list of cells in the table row.
- withCells(Collection<Cell>) - Method in class com.amazonaws.services.honeycode.model.TableRow
-
A list of cells in the table row.
- withCellsToCreate(Map<String, CellInput>) - Method in class com.amazonaws.services.honeycode.model.CreateRowData
-
A map representing the cells to create in the new row.
- withCellsToUpdate(Map<String, CellInput>) - Method in class com.amazonaws.services.honeycode.model.UpdateRowData
-
A map representing the cells to update in the given row.
- withCellsToUpdate(Map<String, CellInput>) - Method in class com.amazonaws.services.honeycode.model.UpsertRowData
-
A map representing the cells to update for the matching rows or an appended row.
- withClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The request token for performing the batch create operation.
- withClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The request token for performing the delete action.
- withClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The request token for performing the update action.
- withClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The request token for performing the update action.
- withClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The request token for performing the automation action.
- withClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The request token for performing the update action.
- withColumnIds(String...) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- withColumnIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- withColumnIds(String...) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- withColumnIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of columns in the table whose row data is returned in the result.
- withColumnIndex(Integer) - Method in class com.amazonaws.services.honeycode.model.SourceDataColumnProperties
-
The index of the column in the input file.
- withColumnMap(Map<String, SourceDataColumnProperties>) - Method in class com.amazonaws.services.honeycode.model.DestinationOptions
-
A map of the column id to the import properties for each column.
- withContextRowId(String) - Method in class com.amazonaws.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.
- withCreatedRows(Map<String, String>) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The map of batch item id to the row id that was created for that item.
- withDataCharacterEncoding(String) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
The encoding of the data in the input file.
- withDataCharacterEncoding(ImportDataCharacterEncoding) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
The encoding of the data in the input file.
- withDataFormat(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The format of the data that is being imported.
- withDataFormat(ImportSourceDataFormat) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The format of the data that is being imported.
- withDataItems(DataItem...) - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
List of all the data cells in a row.
- withDataItems(Collection<DataItem>) - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
List of all the data cells in a row.
- withDataSource(ImportDataSource) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The source of the data that is being imported.
- withDataSource(ImportDataSource) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The source of the data that was submitted for import.
- withDataSourceConfig(ImportDataSourceConfig) - Method in class com.amazonaws.services.honeycode.model.ImportDataSource
-
The configuration parameters for the data source of the import
- withDataSourceUrl(String) - Method in class com.amazonaws.services.honeycode.model.ImportDataSourceConfig
-
The URL from which source data will be downloaded for the import request.
- withDelimitedTextOptions(DelimitedTextImportOptions) - Method in class com.amazonaws.services.honeycode.model.ImportOptions
-
Options relating to parsing delimited text.
- withDelimiter(String) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
The delimiter to use for separating columns in a single row of the input.
- withDestinationOptions(DestinationOptions) - Method in class com.amazonaws.services.honeycode.model.ImportOptions
-
Options relating to the destination of the import request.
- withDestinationTableId(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The ID of the table where the rows are being imported.
- withEmail(String) - Method in class com.amazonaws.services.honeycode.model.ImportJobSubmitter
-
The email id of the submitter of the import job, if available.
- withErrorCode(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
If job status is failed, error code to understand reason for the failure.
- withErrorCode(ErrorCode) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
If job status is failed, error code to understand reason for the failure.
- withErrorMessage(String) - Method in class com.amazonaws.services.honeycode.model.FailedBatchItem
-
The error message that indicates why the batch item failed.
- withFact(String) - Method in class com.amazonaws.services.honeycode.model.CellInput
-
Fact represents the data that is entered into a cell.
- withFacts(String...) - Method in class com.amazonaws.services.honeycode.model.CellInput
-
A list representing the values that are entered into a ROWSET cell.
- withFacts(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.CellInput
-
A list representing the values that are entered into a ROWSET cell.
- withFailedBatchItems(FailedBatchItem...) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The list of batch items in the request that could not be added to the table.
- withFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The list of batch items in the request that could not be added to the table.
- withFailedBatchItems(FailedBatchItem...) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
The list of row ids in the request that could not be deleted from the table.
- withFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
The list of row ids in the request that could not be deleted from the table.
- withFailedBatchItems(FailedBatchItem...) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
The list of batch items in the request that could not be updated in the table.
- withFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
The list of batch items in the request that could not be updated in the table.
- withFailedBatchItems(FailedBatchItem...) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
The list of batch items in the request that could not be updated or appended in the table.
- withFailedBatchItems(Collection<FailedBatchItem>) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
The list of batch items in the request that could not be updated or appended in the table.
- withFilter(Filter) - Method in class com.amazonaws.services.honeycode.model.UpsertRowData
-
The filter formula to use to find existing matching rows to update.
- withFilterFormula(Filter) - Method in class com.amazonaws.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.
- withFormat(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The format of the cell.
- withFormat(Format) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The format of the cell.
- withFormat(String) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The format of the column.
- withFormat(Format) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The format of the column.
- withFormat(String) - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The column level format that is applied in the table.
- withFormat(Format) - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The column level format that is applied in the table.
- withFormattedValue(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The formatted value of the cell.
- withFormattedValue(String) - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The formatted value of the data.
- withFormattedValues(String...) - Method in class com.amazonaws.services.honeycode.model.Cell
-
A list of formatted values of the cell.
- withFormattedValues(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.Cell
-
A list of formatted values of the cell.
- withFormula(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The formula contained in the cell.
- withFormula(String) - Method in class com.amazonaws.services.honeycode.model.Filter
-
A formula representing a filter function that returns zero or more matching rows from a table.
- withHasHeaderRow(Boolean) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
Indicates whether the input file has a header row at the top containing the column names.
- withHeaders(ColumnMetadata...) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of headers for all the data cells in the block.
- withHeaders(Collection<ColumnMetadata>) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of headers for all the data cells in the block.
- withId(String) - Method in class com.amazonaws.services.honeycode.model.FailedBatchItem
-
The id of the batch item that failed.
- withIgnoreEmptyRows(Boolean) - Method in class com.amazonaws.services.honeycode.model.DelimitedTextImportOptions
-
A parameter to indicate whether empty rows should be ignored or be included in the import.
- withImportOptions(ImportOptions) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The options for customizing this import request.
- withImportOptions(ImportOptions) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The options that was specified at the time of submitting the import request.
- withJobId(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the job that was returned by the StartTableDataImportJob request.
- withJobId(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
The id that is assigned to this import job.
- withJobMetadata(TableDataImportJobMetadata) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
The metadata about the job that was submitted for import.
- withJobStatus(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
The current status of the import job.
- withJobStatus(TableDataImportJobStatus) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
The current status of the import job.
- withJobStatus(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
The status of the import job immediately after submitting the request.
- withJobStatus(TableDataImportJobStatus) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobResult
-
The status of the import job immediately after submitting the request.
- withMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The number of results to be returned on a single page.
- withMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The maximum number of rows to return in each page of the results.
- withMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
The maximum number of tables to return in each page of the results.
- withMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The maximum number of rows to return in each page of the results.
- withMessage(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobResult
-
A message providing more details about the current status of the import job.
- withName(String) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The name of the column.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
This parameter is optional.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
This parameter is optional.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
This parameter is optional.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
This parameter is optional.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
This parameter is optional.
- withNextToken(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
Provides the pagination token to load the next page if there are more results matching the request.
- withOverrideFormat(String) - Method in class com.amazonaws.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.
- withOverrideFormat(Format) - Method in class com.amazonaws.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.
- withRawValue(String) - Method in class com.amazonaws.services.honeycode.model.Cell
-
The raw value of the data contained in the cell.
- withRawValue(String) - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The raw value of the data.
- withRawValue(String) - Method in class com.amazonaws.services.honeycode.model.VariableValue
-
Raw value of the variable.
- withResourceArn(String) - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceRequest
-
The resource's Amazon Resource Name (ARN).
- withResourceArn(String) - Method in class com.amazonaws.services.honeycode.model.TagResourceRequest
-
The resource's Amazon Resource Name (ARN).
- withResourceArn(String) - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
The resource's Amazon Resource Name (ARN).
- withResults(Map<String, ResultSet>) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
A map of all the rows on the screen keyed by block name.
- withRowId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The row ID for the automation if the automation is defined inside a block with source or list.
- withRowId(String) - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
The ID for a particular row.
- withRowId(String) - Method in class com.amazonaws.services.honeycode.model.TableRow
-
The id of the row in the table.
- withRowId(String) - Method in class com.amazonaws.services.honeycode.model.UpdateRowData
-
The id of the row that needs to be updated.
- withRowIds(String...) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The list of row ids to delete from the table.
- withRowIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The list of row ids to delete from the table.
- withRowIds(String...) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
This parameter is optional.
- withRowIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
This parameter is optional.
- withRowIds(String...) - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The list of row ids that were changed as part of an upsert row operation.
- withRowIds(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The list of row ids that were changed as part of an upsert row operation.
- withRowIdsNotFound(String...) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of row ids included in the request that were not found in the table.
- withRowIdsNotFound(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of row ids included in the request that were not found in the table.
- withRows(Map<String, UpsertRowsResult>) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
A map with the batch item id as the key and the result of the upsert operation as the value.
- withRows(TableRow...) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of rows in the table.
- withRows(Collection<TableRow>) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
The list of rows in the table.
- withRows(TableRow...) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of rows in the table that match the query filter.
- withRows(Collection<TableRow>) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
The list of rows in the table that match the query filter.
- withRows(ResultRow...) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of rows returned by the request.
- withRows(Collection<ResultRow>) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of rows returned by the request.
- withRowsToCreate(CreateRowData...) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The list of rows to create at the end of the table.
- withRowsToCreate(Collection<CreateRowData>) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The list of rows to create at the end of the table.
- withRowsToUpdate(UpdateRowData...) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The list of rows to update in the table.
- withRowsToUpdate(Collection<UpdateRowData>) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The list of rows to update in the table.
- withRowsToUpsert(UpsertRowData...) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The list of rows to upsert in the table.
- withRowsToUpsert(Collection<UpsertRowData>) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The list of rows to upsert in the table.
- withScreenAutomationId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the automation action to be performed.
- withScreenId(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the screen.
- withScreenId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the screen that contains the screen automation.
- withSubmitter(ImportJobSubmitter) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
Details about the submitter of the import request.
- withSubmitTime(Date) - Method in class com.amazonaws.services.honeycode.model.TableDataImportJobMetadata
-
The timestamp when the job was submitted for import.
- withTableColumnId(String) - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The id of the column in the table.
- withTableColumnName(String) - Method in class com.amazonaws.services.honeycode.model.TableColumn
-
The name of the column in the table.
- withTableColumns(TableColumn...) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
The list of columns in the table.
- withTableColumns(Collection<TableColumn>) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
The list of columns in the table.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The ID of the table where the new rows are being added.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The ID of the table where the rows are being deleted.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The ID of the table where the rows are being updated.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The ID of the table where the rows are being upserted.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the table into which data was imported.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
The ID of the table whose columns are being retrieved.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The ID of the table whose rows are being retrieved.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The ID of the table whose rows are being queried.
- withTableId(String) - Method in class com.amazonaws.services.honeycode.model.Table
-
The id of the table.
- withTableName(String) - Method in class com.amazonaws.services.honeycode.model.Table
-
The name of the table.
- withTables(Table...) - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
The list of tables in the workbook.
- withTables(Collection<Table>) - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
The list of tables in the workbook.
- withTagKeys(String...) - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
A list of tag keys to remove from the resource.
- withTagKeys(Collection<String>) - Method in class com.amazonaws.services.honeycode.model.UntagResourceRequest
-
A list of tag keys to remove from the resource.
- withTags(Map<String, String>) - Method in class com.amazonaws.services.honeycode.model.ListTagsForResourceResult
-
The resource's tags.
- withTags(Map<String, String>) - Method in class com.amazonaws.services.honeycode.model.TagResourceRequest
-
A list of tags to apply to the resource.
- withUpsertAction(String) - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The result of the upsert action.
- withUpsertAction(UpsertAction) - Method in class com.amazonaws.services.honeycode.model.UpsertRowsResult
-
The result of the upsert action.
- withUserArn(String) - Method in class com.amazonaws.services.honeycode.model.ImportJobSubmitter
-
The AWS user ARN of the submitter of the import job, if available.
- withVariables(Map<String, VariableValue>) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
Variables are optional and are needed only if the screen requires them to render correctly.
- withVariables(Map<String, VariableValue>) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
Variables are specified as a map where the key is the name of the variable as defined on the screen.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsResult
-
The updated workbook cursor after adding the new rows at the end of the table.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsResult
-
The updated workbook cursor after deleting the rows from the table.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsResult
-
The updated workbook cursor after adding the new rows at the end of the table.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsResult
-
The updated workbook cursor after updating or appending rows in the table.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Indicates the cursor of the workbook at which the data returned by this workbook is read.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
-
The updated workbook cursor after performing the automation action.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.ListTablesResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- withWorkbookCursor(Long) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsResult
-
Indicates the cursor of the workbook at which the data returned by this request is read.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchCreateTableRowsRequest
-
The ID of the workbook where the new rows are being added.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchDeleteTableRowsRequest
-
The ID of the workbook where the rows are being deleted.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpdateTableRowsRequest
-
The ID of the workbook where the rows are being updated.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.BatchUpsertTableRowsRequest
-
The ID of the workbook where the rows are being upserted.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.DescribeTableDataImportJobRequest
-
The ID of the workbook into which data was imported.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the workbook that contains the screen.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the workbook that contains the screen automation.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableColumnsRequest
-
The ID of the workbook that contains the table whose columns are being retrieved.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.ListTableRowsRequest
-
The ID of the workbook that contains the table whose rows are being retrieved.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.ListTablesRequest
-
The ID of the workbook whose tables are being retrieved.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.QueryTableRowsRequest
-
The ID of the workbook whose table rows are being queried.
- withWorkbookId(String) - Method in class com.amazonaws.services.honeycode.model.StartTableDataImportJobRequest
-
The ID of the workbook where the rows are being imported.