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