Documentation ¶
Index ¶
- type BatchCreateTableRowsFuture
- type BatchDeleteTableRowsFuture
- type BatchUpdateTableRowsFuture
- type BatchUpsertTableRowsFuture
- type Client
- type DescribeTableDataImportJobFuture
- type GetScreenDataFuture
- type InvokeScreenAutomationFuture
- type ListTableColumnsFuture
- type ListTableRowsFuture
- type ListTablesFuture
- type QueryTableRowsFuture
- type StartTableDataImportJobFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCreateTableRowsFuture ¶
type BatchCreateTableRowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchCreateTableRowsFuture) Get ¶
func (r *BatchCreateTableRowsFuture) Get(ctx workflow.Context) (*honeycode.BatchCreateTableRowsOutput, error)
type BatchDeleteTableRowsFuture ¶
type BatchDeleteTableRowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDeleteTableRowsFuture) Get ¶
func (r *BatchDeleteTableRowsFuture) Get(ctx workflow.Context) (*honeycode.BatchDeleteTableRowsOutput, error)
type BatchUpdateTableRowsFuture ¶
type BatchUpdateTableRowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchUpdateTableRowsFuture) Get ¶
func (r *BatchUpdateTableRowsFuture) Get(ctx workflow.Context) (*honeycode.BatchUpdateTableRowsOutput, error)
type BatchUpsertTableRowsFuture ¶
type BatchUpsertTableRowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchUpsertTableRowsFuture) Get ¶
func (r *BatchUpsertTableRowsFuture) Get(ctx workflow.Context) (*honeycode.BatchUpsertTableRowsOutput, error)
type Client ¶
type Client interface { BatchCreateTableRows(ctx workflow.Context, input *honeycode.BatchCreateTableRowsInput) (*honeycode.BatchCreateTableRowsOutput, error) BatchCreateTableRowsAsync(ctx workflow.Context, input *honeycode.BatchCreateTableRowsInput) *BatchCreateTableRowsFuture BatchDeleteTableRows(ctx workflow.Context, input *honeycode.BatchDeleteTableRowsInput) (*honeycode.BatchDeleteTableRowsOutput, error) BatchDeleteTableRowsAsync(ctx workflow.Context, input *honeycode.BatchDeleteTableRowsInput) *BatchDeleteTableRowsFuture BatchUpdateTableRows(ctx workflow.Context, input *honeycode.BatchUpdateTableRowsInput) (*honeycode.BatchUpdateTableRowsOutput, error) BatchUpdateTableRowsAsync(ctx workflow.Context, input *honeycode.BatchUpdateTableRowsInput) *BatchUpdateTableRowsFuture BatchUpsertTableRows(ctx workflow.Context, input *honeycode.BatchUpsertTableRowsInput) (*honeycode.BatchUpsertTableRowsOutput, error) BatchUpsertTableRowsAsync(ctx workflow.Context, input *honeycode.BatchUpsertTableRowsInput) *BatchUpsertTableRowsFuture DescribeTableDataImportJob(ctx workflow.Context, input *honeycode.DescribeTableDataImportJobInput) (*honeycode.DescribeTableDataImportJobOutput, error) DescribeTableDataImportJobAsync(ctx workflow.Context, input *honeycode.DescribeTableDataImportJobInput) *DescribeTableDataImportJobFuture GetScreenData(ctx workflow.Context, input *honeycode.GetScreenDataInput) (*honeycode.GetScreenDataOutput, error) GetScreenDataAsync(ctx workflow.Context, input *honeycode.GetScreenDataInput) *GetScreenDataFuture InvokeScreenAutomation(ctx workflow.Context, input *honeycode.InvokeScreenAutomationInput) (*honeycode.InvokeScreenAutomationOutput, error) InvokeScreenAutomationAsync(ctx workflow.Context, input *honeycode.InvokeScreenAutomationInput) *InvokeScreenAutomationFuture ListTableColumns(ctx workflow.Context, input *honeycode.ListTableColumnsInput) (*honeycode.ListTableColumnsOutput, error) ListTableColumnsAsync(ctx workflow.Context, input *honeycode.ListTableColumnsInput) *ListTableColumnsFuture ListTableRows(ctx workflow.Context, input *honeycode.ListTableRowsInput) (*honeycode.ListTableRowsOutput, error) ListTableRowsAsync(ctx workflow.Context, input *honeycode.ListTableRowsInput) *ListTableRowsFuture ListTables(ctx workflow.Context, input *honeycode.ListTablesInput) (*honeycode.ListTablesOutput, error) ListTablesAsync(ctx workflow.Context, input *honeycode.ListTablesInput) *ListTablesFuture QueryTableRows(ctx workflow.Context, input *honeycode.QueryTableRowsInput) (*honeycode.QueryTableRowsOutput, error) QueryTableRowsAsync(ctx workflow.Context, input *honeycode.QueryTableRowsInput) *QueryTableRowsFuture StartTableDataImportJob(ctx workflow.Context, input *honeycode.StartTableDataImportJobInput) (*honeycode.StartTableDataImportJobOutput, error) StartTableDataImportJobAsync(ctx workflow.Context, input *honeycode.StartTableDataImportJobInput) *StartTableDataImportJobFuture }
type DescribeTableDataImportJobFuture ¶
type DescribeTableDataImportJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTableDataImportJobFuture) Get ¶
func (r *DescribeTableDataImportJobFuture) Get(ctx workflow.Context) (*honeycode.DescribeTableDataImportJobOutput, error)
type GetScreenDataFuture ¶
func (*GetScreenDataFuture) Get ¶
func (r *GetScreenDataFuture) Get(ctx workflow.Context) (*honeycode.GetScreenDataOutput, error)
type InvokeScreenAutomationFuture ¶
type InvokeScreenAutomationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*InvokeScreenAutomationFuture) Get ¶
func (r *InvokeScreenAutomationFuture) Get(ctx workflow.Context) (*honeycode.InvokeScreenAutomationOutput, error)
type ListTableColumnsFuture ¶
type ListTableColumnsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTableColumnsFuture) Get ¶
func (r *ListTableColumnsFuture) Get(ctx workflow.Context) (*honeycode.ListTableColumnsOutput, error)
type ListTableRowsFuture ¶
func (*ListTableRowsFuture) Get ¶
func (r *ListTableRowsFuture) Get(ctx workflow.Context) (*honeycode.ListTableRowsOutput, error)
type ListTablesFuture ¶
func (*ListTablesFuture) Get ¶
func (r *ListTablesFuture) Get(ctx workflow.Context) (*honeycode.ListTablesOutput, error)
type QueryTableRowsFuture ¶
func (*QueryTableRowsFuture) Get ¶
func (r *QueryTableRowsFuture) Get(ctx workflow.Context) (*honeycode.QueryTableRowsOutput, error)
type StartTableDataImportJobFuture ¶
type StartTableDataImportJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartTableDataImportJobFuture) Get ¶
func (r *StartTableDataImportJobFuture) Get(ctx workflow.Context) (*honeycode.StartTableDataImportJobOutput, error)
Click to show internal directories.
Click to hide internal directories.