Uses of Class
software.amazon.awssdk.services.lakeformation.model.GrantPermissionsResponse
-
Packages that use GrantPermissionsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of GrantPermissionsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return GrantPermissionsResponse Modifier and Type Method Description default GrantPermissionsResponseLakeFormationClient. grantPermissions(Consumer<GrantPermissionsRequest.Builder> grantPermissionsRequest)Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.default GrantPermissionsResponseLakeFormationClient. grantPermissions(GrantPermissionsRequest grantPermissionsRequest)Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type GrantPermissionsResponse Modifier and Type Method Description default CompletableFuture<GrantPermissionsResponse>LakeFormationAsyncClient. grantPermissions(Consumer<GrantPermissionsRequest.Builder> grantPermissionsRequest)Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.default CompletableFuture<GrantPermissionsResponse>LakeFormationAsyncClient. grantPermissions(GrantPermissionsRequest grantPermissionsRequest)Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.
-