Uses of Class
software.amazon.awssdk.services.s3tables.model.DeleteNamespaceRequest
-
Packages that use DeleteNamespaceRequest 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 DeleteNamespaceRequest in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables with parameters of type DeleteNamespaceRequest Modifier and Type Method Description default CompletableFuture<DeleteNamespaceResponse>S3TablesAsyncClient. deleteNamespace(DeleteNamespaceRequest deleteNamespaceRequest)Deletes a namespace.default DeleteNamespaceResponseS3TablesClient. deleteNamespace(DeleteNamespaceRequest deleteNamespaceRequest)Deletes a namespace. -
Uses of DeleteNamespaceRequest in software.amazon.awssdk.services.s3tables.transform
Methods in software.amazon.awssdk.services.s3tables.transform with parameters of type DeleteNamespaceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteNamespaceRequestMarshaller. marshall(DeleteNamespaceRequest deleteNamespaceRequest)
-