Uses of Class
software.amazon.awssdk.services.lakeformation.model.RevokePermissionsResponse
-
Packages that use RevokePermissionsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of RevokePermissionsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return RevokePermissionsResponse Modifier and Type Method Description default RevokePermissionsResponseLakeFormationClient. revokePermissions(Consumer<RevokePermissionsRequest.Builder> revokePermissionsRequest)Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.default RevokePermissionsResponseLakeFormationClient. revokePermissions(RevokePermissionsRequest revokePermissionsRequest)Revokes 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 RevokePermissionsResponse Modifier and Type Method Description default CompletableFuture<RevokePermissionsResponse>LakeFormationAsyncClient. revokePermissions(Consumer<RevokePermissionsRequest.Builder> revokePermissionsRequest)Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.default CompletableFuture<RevokePermissionsResponse>LakeFormationAsyncClient. revokePermissions(RevokePermissionsRequest revokePermissionsRequest)Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.
-