Uses of Class
software.amazon.awssdk.services.s3tables.model.GetTablePolicyResponse
-
Packages that use GetTablePolicyResponse 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 GetTablePolicyResponse in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return GetTablePolicyResponse Modifier and Type Method Description default GetTablePolicyResponseS3TablesClient. getTablePolicy(Consumer<GetTablePolicyRequest.Builder> getTablePolicyRequest)Gets details about a table policy.default GetTablePolicyResponseS3TablesClient. getTablePolicy(GetTablePolicyRequest getTablePolicyRequest)Gets details about a table policy.Methods in software.amazon.awssdk.services.s3tables that return types with arguments of type GetTablePolicyResponse Modifier and Type Method Description default CompletableFuture<GetTablePolicyResponse>S3TablesAsyncClient. getTablePolicy(Consumer<GetTablePolicyRequest.Builder> getTablePolicyRequest)Gets details about a table policy.default CompletableFuture<GetTablePolicyResponse>S3TablesAsyncClient. getTablePolicy(GetTablePolicyRequest getTablePolicyRequest)Gets details about a table policy.
-