Uses of Class
software.amazon.awssdk.services.lakeformation.model.GrantPermissionsRequest
-
Packages that use GrantPermissionsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of GrantPermissionsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type GrantPermissionsRequest Modifier and Type Method Description 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.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. -
Uses of GrantPermissionsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type GrantPermissionsRequest Modifier and Type Method Description SdkHttpFullRequestGrantPermissionsRequestMarshaller. marshall(GrantPermissionsRequest grantPermissionsRequest)
-