Uses of Class
software.amazon.awssdk.services.s3tables.model.PutTablePolicyRequest
-
Packages that use PutTablePolicyRequest 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 PutTablePolicyRequest in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables with parameters of type PutTablePolicyRequest Modifier and Type Method Description default CompletableFuture<PutTablePolicyResponse>S3TablesAsyncClient. putTablePolicy(PutTablePolicyRequest 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. -
Uses of PutTablePolicyRequest in software.amazon.awssdk.services.s3tables.transform
Methods in software.amazon.awssdk.services.s3tables.transform with parameters of type PutTablePolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutTablePolicyRequestMarshaller. marshall(PutTablePolicyRequest putTablePolicyRequest)
-