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