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