Uses of Class
software.amazon.awssdk.services.s3tables.model.PutTablePolicyResponse
-
Packages that use PutTablePolicyResponse 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 PutTablePolicyResponse in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return PutTablePolicyResponse Modifier and Type Method Description default PutTablePolicyResponseS3TablesClient. putTablePolicy(Consumer<PutTablePolicyRequest.Builder> putTablePolicyRequest)Creates a new maintenance configuration or replaces an existing table policy for a table.default PutTablePolicyResponseS3TablesClient. putTablePolicy(PutTablePolicyRequest putTablePolicyRequest)Creates a new maintenance configuration or replaces an existing table policy for a table.Methods in software.amazon.awssdk.services.s3tables that return types with arguments of type PutTablePolicyResponse Modifier and Type Method Description default CompletableFuture<PutTablePolicyResponse>S3TablesAsyncClient. putTablePolicy(Consumer<PutTablePolicyRequest.Builder> putTablePolicyRequest)Creates a new maintenance configuration or replaces an existing table policy for a table.default CompletableFuture<PutTablePolicyResponse>S3TablesAsyncClient. putTablePolicy(PutTablePolicyRequest putTablePolicyRequest)Creates a new maintenance configuration or replaces an existing table policy for a table.
-