Uses of Interface
software.amazon.awssdk.services.honeycode.HoneycodeClient
-
Packages that use HoneycodeClient Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.software.amazon.awssdk.services.honeycode.paginators -
-
Uses of HoneycodeClient in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return HoneycodeClient Modifier and Type Method Description static HoneycodeClientHoneycodeClient. create()Create aHoneycodeClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of HoneycodeClient in software.amazon.awssdk.services.honeycode.paginators
Constructors in software.amazon.awssdk.services.honeycode.paginators with parameters of type HoneycodeClient Constructor Description ListTableColumnsIterable(HoneycodeClient client, ListTableColumnsRequest firstRequest)ListTableRowsIterable(HoneycodeClient client, ListTableRowsRequest firstRequest)ListTablesIterable(HoneycodeClient client, ListTablesRequest firstRequest)QueryTableRowsIterable(HoneycodeClient client, QueryTableRowsRequest firstRequest)
-