Uses of Class
software.amazon.awssdk.services.s3tables.model.CreateNamespaceResponse
-
Packages that use CreateNamespaceResponse 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 CreateNamespaceResponse in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return CreateNamespaceResponse Modifier and Type Method Description default CreateNamespaceResponseS3TablesClient. createNamespace(Consumer<CreateNamespaceRequest.Builder> createNamespaceRequest)Creates a namespace.default CreateNamespaceResponseS3TablesClient. createNamespace(CreateNamespaceRequest createNamespaceRequest)Creates a namespace.Methods in software.amazon.awssdk.services.s3tables that return types with arguments of type CreateNamespaceResponse Modifier and Type Method Description default CompletableFuture<CreateNamespaceResponse>S3TablesAsyncClient. createNamespace(Consumer<CreateNamespaceRequest.Builder> createNamespaceRequest)Creates a namespace.default CompletableFuture<CreateNamespaceResponse>S3TablesAsyncClient. createNamespace(CreateNamespaceRequest createNamespaceRequest)Creates a namespace.
-