Uses of Interface
software.amazon.awssdk.services.s3tables.S3TablesAsyncClient
-
Packages that use S3TablesAsyncClient 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 S3TablesAsyncClient in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return S3TablesAsyncClient Modifier and Type Method Description static S3TablesAsyncClientS3TablesAsyncClient. create()Create aS3TablesAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of S3TablesAsyncClient in software.amazon.awssdk.services.s3tables.paginators
Constructors in software.amazon.awssdk.services.s3tables.paginators with parameters of type S3TablesAsyncClient Constructor Description ListNamespacesPublisher(S3TablesAsyncClient client, ListNamespacesRequest firstRequest)ListTableBucketsPublisher(S3TablesAsyncClient client, ListTableBucketsRequest firstRequest)ListTablesPublisher(S3TablesAsyncClient client, ListTablesRequest firstRequest)
-