Uses of Interface
software.amazon.awssdk.services.s3tables.S3TablesBaseClientBuilder
-
Packages that use S3TablesBaseClientBuilder 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. -
-
Uses of S3TablesBaseClientBuilder in software.amazon.awssdk.services.s3tables
Classes in software.amazon.awssdk.services.s3tables with type parameters of type S3TablesBaseClientBuilder Modifier and Type Interface Description interfaceS3TablesBaseClientBuilder<B extends S3TablesBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon S3 Tables that is supported by bothS3TablesClientBuilderandS3TablesAsyncClientBuilder.Subinterfaces of S3TablesBaseClientBuilder in software.amazon.awssdk.services.s3tables Modifier and Type Interface Description interfaceS3TablesAsyncClientBuilderA builder for creating an instance ofS3TablesAsyncClient.interfaceS3TablesClientBuilderA builder for creating an instance ofS3TablesClient.
-