Skip navigation links
A B C D E F G H I M R S T V W 

A

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
Fluent builder for AmazonHoneycodeAsync.
AmazonHoneycodeClient - Class in com.amazonaws.services.honeycode
Client for accessing Honeycode.
AmazonHoneycodeClientBuilder - Class in com.amazonaws.services.honeycode
Fluent builder for AmazonHoneycode.
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.

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClientBuilder
Construct an asynchronous implementation of AmazonHoneycodeAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeClientBuilder
Construct a synchronous implementation of AmazonHoneycode using the current builder configuration.
builder() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
 

C

clearResultsEntries() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
Removes all the entries added into Results.
clearVariablesEntries() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
Removes all the entries added into Variables.
clearVariablesEntries() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
Removes all the entries added into Variables.
clone() - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
 
clone() - Method in class com.amazonaws.services.honeycode.model.DataItem
 
clone() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
 
clone() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
 
clone() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
 
clone() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
 
clone() - Method in class com.amazonaws.services.honeycode.model.ResultRow
 
clone() - Method in class com.amazonaws.services.honeycode.model.ResultSet
 
clone() - Method in class com.amazonaws.services.honeycode.model.VariableValue
 
ColumnMetadata - Class in com.amazonaws.services.honeycode.model
Metadata for column in the table.
ColumnMetadata() - Constructor for class com.amazonaws.services.honeycode.model.ColumnMetadata
 
com.amazonaws.services.honeycode - package com.amazonaws.services.honeycode
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.
com.amazonaws.services.honeycode.model - package com.amazonaws.services.honeycode.model
 
configFactory - Static variable in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
Client configuration factory providing ClientConfigurations tailored to this client

D

DataItem - Class in com.amazonaws.services.honeycode.model
The data in a particular data cell defined on the screen.
DataItem() - Constructor for class com.amazonaws.services.honeycode.model.DataItem
 
defaultClient() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.honeycode.AmazonHoneycodeClientBuilder
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.honeycode.AmazonHoneycode
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.DataItem
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.ResultRow
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.ResultSet
 
equals(Object) - Method in class com.amazonaws.services.honeycode.model.VariableValue
 

F

Format - Enum in com.amazonaws.services.honeycode.model
 
fromValue(String) - Static method in enum com.amazonaws.services.honeycode.model.Format
Use this in place of valueOf.

G

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.

H

hashCode() - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.DataItem
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataRequest
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.GetScreenDataResult
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.ResultRow
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.ResultSet
 
hashCode() - Method in class com.amazonaws.services.honeycode.model.VariableValue
 

I

InternalServerException - Exception in com.amazonaws.services.honeycode.model
There were unexpected errors from the server.
InternalServerException(String) - Constructor for exception com.amazonaws.services.honeycode.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
invokeScreenAutomation(InvokeScreenAutomationRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycode
 
invokeScreenAutomation(InvokeScreenAutomationRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycode
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
invokeScreenAutomation(InvokeScreenAutomationRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeClient
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
invokeScreenAutomationAsync(InvokeScreenAutomationRequest) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
 
invokeScreenAutomationAsync(InvokeScreenAutomationRequest, AsyncHandler<InvokeScreenAutomationRequest, InvokeScreenAutomationResult>) - Method in class com.amazonaws.services.honeycode.AbstractAmazonHoneycodeAsync
 
invokeScreenAutomationAsync(InvokeScreenAutomationRequest) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
invokeScreenAutomationAsync(InvokeScreenAutomationRequest, AsyncHandler<InvokeScreenAutomationRequest, InvokeScreenAutomationResult>) - Method in interface com.amazonaws.services.honeycode.AmazonHoneycodeAsync
The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.
invokeScreenAutomationAsync(InvokeScreenAutomationRequest) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
 
invokeScreenAutomationAsync(InvokeScreenAutomationRequest, AsyncHandler<InvokeScreenAutomationRequest, InvokeScreenAutomationResult>) - Method in class com.amazonaws.services.honeycode.AmazonHoneycodeAsyncClient
 
InvokeScreenAutomationRequest - Class in com.amazonaws.services.honeycode.model
 
InvokeScreenAutomationRequest() - Constructor for class com.amazonaws.services.honeycode.model.InvokeScreenAutomationRequest
 
InvokeScreenAutomationResult - Class in com.amazonaws.services.honeycode.model
 
InvokeScreenAutomationResult() - Constructor for class com.amazonaws.services.honeycode.model.InvokeScreenAutomationResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.honeycode.model.ColumnMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.honeycode.model.DataItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.honeycode.model.ResultRow
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.honeycode.model.ResultSet
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.honeycode.model.VariableValue
 

R

RequestTimeoutException - Exception in com.amazonaws.services.honeycode.model
The request timed out.
RequestTimeoutException(String) - Constructor for exception com.amazonaws.services.honeycode.model.RequestTimeoutException
Constructs a new RequestTimeoutException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.honeycode.model
A Workbook, App, Screen or Screen Automation was not found with the given ID.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.honeycode.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResultRow - Class in com.amazonaws.services.honeycode.model
A single row in the ResultSet.
ResultRow() - Constructor for class com.amazonaws.services.honeycode.model.ResultRow
 
ResultSet - Class in com.amazonaws.services.honeycode.model
ResultSet contains the results of the request for a single block or list defined on the screen.
ResultSet() - Constructor for class com.amazonaws.services.honeycode.model.ResultSet
 

S

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
 

T

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.ColumnMetadata
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 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 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.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.VariableValue
Returns a string representation of this object.

V

ValidationException - Exception in com.amazonaws.services.honeycode.model
Request is invalid.
ValidationException(String) - Constructor for exception com.amazonaws.services.honeycode.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.honeycode.model.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.honeycode.model.Format
Returns an array containing the constants of this enum type, in the order they are declared.
VariableValue - Class in com.amazonaws.services.honeycode.model
The input variables to the app to be used by the InvokeScreenAutomation action request.
VariableValue() - Constructor for class com.amazonaws.services.honeycode.model.VariableValue
 

W

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.
A B C D E F G H I M R S T V W 
Skip navigation links

Copyright © 2020. All rights reserved.