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