Uses of Class
software.amazon.awssdk.services.s3tables.model.GetNamespaceResponse
-
Packages that use GetNamespaceResponse 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 GetNamespaceResponse in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return GetNamespaceResponse Modifier and Type Method Description default GetNamespaceResponseS3TablesClient. getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)Gets details about a namespace.default GetNamespaceResponseS3TablesClient. getNamespace(GetNamespaceRequest getNamespaceRequest)Gets details about a namespace.Methods in software.amazon.awssdk.services.s3tables that return types with arguments of type GetNamespaceResponse Modifier and Type Method Description default CompletableFuture<GetNamespaceResponse>S3TablesAsyncClient. getNamespace(Consumer<GetNamespaceRequest.Builder> getNamespaceRequest)Gets details about a namespace.default CompletableFuture<GetNamespaceResponse>S3TablesAsyncClient. getNamespace(GetNamespaceRequest getNamespaceRequest)Gets details about a namespace.
-