Uses of Interface
software.amazon.awssdk.services.s3tables.S3TablesClient
-
Packages that use S3TablesClient Package Description software.amazon.awssdk.services.s3tables An Amazon S3 table represents a structured dataset consisting of tabular data in Apache Parquet format and related metadata.software.amazon.awssdk.services.s3tables.paginators -
-
Uses of S3TablesClient in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return S3TablesClient Modifier and Type Method Description static S3TablesClientS3TablesClient. create()Create aS3TablesClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of S3TablesClient in software.amazon.awssdk.services.s3tables.paginators
Constructors in software.amazon.awssdk.services.s3tables.paginators with parameters of type S3TablesClient Constructor Description ListNamespacesIterable(S3TablesClient client, ListNamespacesRequest firstRequest)ListTableBucketsIterable(S3TablesClient client, ListTableBucketsRequest firstRequest)ListTablesIterable(S3TablesClient client, ListTablesRequest firstRequest)
-