- AbstractAmazonHoneycode - Class in com.amazonaws.services.honeycode
-
Abstract implementation of AmazonHoneycode.
- AbstractAmazonHoneycode() - Constructor for class com.amazonaws.services.honeycode.AbstractAmazonHoneycode
-
- AbstractAmazonHoneycodeAsync - Class in com.amazonaws.services.honeycode
-
Abstract implementation of AmazonHoneycodeAsync.
- AbstractAmazonHoneycodeAsync() - Constructor for class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
-
- AccessDeniedException - Exception in com.amazonaws.services.honeycode.model
-
You do not have sufficient access to perform this action.
- AccessDeniedException(String) - Constructor for exception com.amazonaws.services.honeycode.model.AccessDeniedException
-
Constructs a new AccessDeniedException with the specified error message.
- addResultsEntry(String, ResultSet) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
-
Add a single Results entry
- addVariablesEntry(String, VariableValue) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
Add a single Variables entry
- addVariablesEntry(String, VariableValue) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
Add a single Variables entry
- AmazonHoneycode - Interface in com.amazonaws.services.honeycode
-
Interface for accessing Honeycode.
- AmazonHoneycodeAsync - Interface in com.amazonaws.services.honeycode
-
Interface for accessing Honeycode asynchronously.
- AmazonHoneycodeAsyncClient - Class in com.amazonaws.services.honeycode
-
Client for accessing Honeycode asynchronously.
- AmazonHoneycodeAsyncClientBuilder - Class in com.amazonaws.services.honeycode
-
- AmazonHoneycodeClient - Class in com.amazonaws.services.honeycode
-
Client for accessing Honeycode.
- AmazonHoneycodeClientBuilder - Class in com.amazonaws.services.honeycode
-
- AmazonHoneycodeException - Exception in com.amazonaws.services.honeycode.model
-
Base exception for all service exceptions thrown by Amazon Honeycode
- AmazonHoneycodeException(String) - Constructor for exception com.amazonaws.services.honeycode.model.AmazonHoneycodeException
-
Constructs a new AmazonHoneycodeException with the specified error message.
- asyncBuilder() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
- AutomationExecutionException - Exception in com.amazonaws.services.honeycode.model
-
The automation execution did not end successfully.
- AutomationExecutionException(String) - Constructor for exception com.amazonaws.services.honeycode.model.AutomationExecutionException
-
Constructs a new AutomationExecutionException with the specified error message.
- AutomationExecutionTimeoutException - Exception in com.amazonaws.services.honeycode.model
-
The automation execution timed out.
- AutomationExecutionTimeoutException(String) - Constructor for exception com.amazonaws.services.honeycode.model.AutomationExecutionTimeoutException
-
Constructs a new AutomationExecutionTimeoutException with the specified error message.
- getAppId() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the app that contains the screem.
- getAppId() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the app that contains the screen automation.
- 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.
- getClientRequestToken() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The request token for performing the automation action.
- getDataItems() - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
List of all the data cells in a row.
- getExecutorService() - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getFormat() - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The format of the column.
- getFormattedValue() - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The formatted value of the data.
- getHeaders() - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of headers for all the data cells in the block.
- getMaxResults() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The number of results to be returned on a single page.
- 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.
- 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.DataItem
-
The raw value of the data.
- getRawValue() - Method in class com.amazonaws.services.honeycode.model.VariableValue
-
Raw value of the variable.
- 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.
- getRows() - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of rows returned by the request.
- 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.
- 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 optional and are needed only if the screen requires them to render correctly.
- 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.
- 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.
- 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 screem.
- setAppId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the app that contains the screen automation.
- setClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The request token for performing the automation action.
- setDataItems(Collection<DataItem>) - Method in class com.amazonaws.services.honeycode.model.ResultRow
-
List of all the data cells in a row.
- setFormat(String) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
-
The format of the column.
- setFormattedValue(String) - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The formatted value of the data.
- setHeaders(Collection<ColumnMetadata>) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of headers for all the data cells in the block.
- setMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The number of results to be returned on a single page.
- 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.
- 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.DataItem
-
The raw value of the data.
- setRawValue(String) - Method in class com.amazonaws.services.honeycode.model.VariableValue
-
Raw value of the variable.
- 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.
- setRows(Collection<ResultRow>) - Method in class com.amazonaws.services.honeycode.model.ResultSet
-
List of rows returned by the request.
- 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.
- 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 optional and are needed only if the screen requires them to render correctly.
- 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.
- 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.
- 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.
- standard() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeClientBuilder
-
- withAppId(String) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The ID of the app that contains the screem.
- withAppId(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The ID of the app that contains the screen automation.
- withClientRequestToken(String) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
-
The request token for performing the automation action.
- 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.
- 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.
- withFormattedValue(String) - Method in class com.amazonaws.services.honeycode.model.DataItem
-
The formatted value of the data.
- 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.
- withMaxResults(Integer) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
-
The number of results to be returned on a single page.
- 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.
- 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.DataItem
-
The raw value of the data.
- withRawValue(String) - Method in class com.amazonaws.services.honeycode.model.VariableValue
-
Raw value of the variable.
- 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.
- 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.
- 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.
- 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 optional and are needed only if the screen requires them to render correctly.
- 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.
- 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.