| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| Modifier and Type | Method and Description |
|---|---|
default AddLfTagsToResourceResponse |
LakeFormationClient.addLFTagsToResource(AddLfTagsToResourceRequest addLfTagsToResourceRequest)
Attaches one or more tags to an existing resource.
|
default AddLfTagsToResourceResponse |
LakeFormationClient.addLFTagsToResource(Consumer<AddLfTagsToResourceRequest.Builder> addLfTagsToResourceRequest)
Attaches one or more tags to an existing resource.
|
default CreateLfTagResponse |
LakeFormationClient.createLFTag(Consumer<CreateLfTagRequest.Builder> createLfTagRequest)
Creates a tag with the specified name and values.
|
default CreateLfTagResponse |
LakeFormationClient.createLFTag(CreateLfTagRequest createLfTagRequest)
Creates a tag with the specified name and values.
|
default DeleteLfTagResponse |
LakeFormationClient.deleteLFTag(Consumer<DeleteLfTagRequest.Builder> deleteLfTagRequest)
Deletes the specified tag key name.
|
default DeleteLfTagResponse |
LakeFormationClient.deleteLFTag(DeleteLfTagRequest deleteLfTagRequest)
Deletes the specified tag key name.
|
default DeregisterResourceResponse |
LakeFormationClient.deregisterResource(Consumer<DeregisterResourceRequest.Builder> deregisterResourceRequest)
Deregisters the resource as managed by the Data Catalog.
|
default DeregisterResourceResponse |
LakeFormationClient.deregisterResource(DeregisterResourceRequest deregisterResourceRequest)
Deregisters the resource as managed by the Data Catalog.
|
default DescribeResourceResponse |
LakeFormationClient.describeResource(Consumer<DescribeResourceRequest.Builder> describeResourceRequest)
Retrieves the current data access role for the given resource registered in AWS Lake Formation.
|
default DescribeResourceResponse |
LakeFormationClient.describeResource(DescribeResourceRequest describeResourceRequest)
Retrieves the current data access role for the given resource registered in AWS Lake Formation.
|
default GetDataLakeSettingsResponse |
LakeFormationClient.getDataLakeSettings(Consumer<GetDataLakeSettingsRequest.Builder> getDataLakeSettingsRequest)
Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.
|
default GetDataLakeSettingsResponse |
LakeFormationClient.getDataLakeSettings(GetDataLakeSettingsRequest getDataLakeSettingsRequest)
Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.
|
default GetEffectivePermissionsForPathResponse |
LakeFormationClient.getEffectivePermissionsForPath(Consumer<GetEffectivePermissionsForPathRequest.Builder> getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
default GetEffectivePermissionsForPathResponse |
LakeFormationClient.getEffectivePermissionsForPath(GetEffectivePermissionsForPathRequest getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
default GetEffectivePermissionsForPathIterable |
LakeFormationClient.getEffectivePermissionsForPathPaginator(Consumer<GetEffectivePermissionsForPathRequest.Builder> getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
default GetEffectivePermissionsForPathIterable |
LakeFormationClient.getEffectivePermissionsForPathPaginator(GetEffectivePermissionsForPathRequest getEffectivePermissionsForPathRequest)
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
|
default GetLfTagResponse |
LakeFormationClient.getLFTag(Consumer<GetLfTagRequest.Builder> getLfTagRequest)
Returns a tag definition.
|
default GetLfTagResponse |
LakeFormationClient.getLFTag(GetLfTagRequest getLfTagRequest)
Returns a tag definition.
|
default GetResourceLfTagsResponse |
LakeFormationClient.getResourceLFTags(Consumer<GetResourceLfTagsRequest.Builder> getResourceLfTagsRequest)
Returns the tags applied to a resource.
|
default GetResourceLfTagsResponse |
LakeFormationClient.getResourceLFTags(GetResourceLfTagsRequest getResourceLfTagsRequest)
Returns the tags applied to a resource.
|
default ListLfTagsResponse |
LakeFormationClient.listLFTags(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)
Lists tags that the requester has permission to view.
|
default ListLfTagsResponse |
LakeFormationClient.listLFTags(ListLfTagsRequest listLfTagsRequest)
Lists tags that the requester has permission to view.
|
default ListPermissionsResponse |
LakeFormationClient.listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
default ListPermissionsResponse |
LakeFormationClient.listPermissions(ListPermissionsRequest listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
default ListPermissionsIterable |
LakeFormationClient.listPermissionsPaginator(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
default ListPermissionsIterable |
LakeFormationClient.listPermissionsPaginator(ListPermissionsRequest listPermissionsRequest)
Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.
|
default ListResourcesResponse |
LakeFormationClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
default ListResourcesResponse |
LakeFormationClient.listResources(ListResourcesRequest listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
default ListResourcesIterable |
LakeFormationClient.listResourcesPaginator(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
default ListResourcesIterable |
LakeFormationClient.listResourcesPaginator(ListResourcesRequest listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
default PutDataLakeSettingsResponse |
LakeFormationClient.putDataLakeSettings(Consumer<PutDataLakeSettingsRequest.Builder> putDataLakeSettingsRequest)
Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation.
|
default PutDataLakeSettingsResponse |
LakeFormationClient.putDataLakeSettings(PutDataLakeSettingsRequest putDataLakeSettingsRequest)
Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation.
|
default RegisterResourceResponse |
LakeFormationClient.registerResource(Consumer<RegisterResourceRequest.Builder> registerResourceRequest)
Registers the resource as managed by the Data Catalog.
|
default RegisterResourceResponse |
LakeFormationClient.registerResource(RegisterResourceRequest registerResourceRequest)
Registers the resource as managed by the Data Catalog.
|
default RemoveLfTagsFromResourceResponse |
LakeFormationClient.removeLFTagsFromResource(Consumer<RemoveLfTagsFromResourceRequest.Builder> removeLfTagsFromResourceRequest)
Removes a tag from the resource.
|
default RemoveLfTagsFromResourceResponse |
LakeFormationClient.removeLFTagsFromResource(RemoveLfTagsFromResourceRequest removeLfTagsFromResourceRequest)
Removes a tag from the resource.
|
default SearchDatabasesByLfTagsResponse |
LakeFormationClient.searchDatabasesByLFTags(Consumer<SearchDatabasesByLfTagsRequest.Builder> searchDatabasesByLfTagsRequest)
This operation allows a search on
DATABASE resources by TagCondition. |
default SearchDatabasesByLfTagsResponse |
LakeFormationClient.searchDatabasesByLFTags(SearchDatabasesByLfTagsRequest searchDatabasesByLfTagsRequest)
This operation allows a search on
DATABASE resources by TagCondition. |
default SearchTablesByLfTagsResponse |
LakeFormationClient.searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
default SearchTablesByLfTagsResponse |
LakeFormationClient.searchTablesByLFTags(SearchTablesByLfTagsRequest searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
default UpdateLfTagResponse |
LakeFormationClient.updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)
Updates the list of possible values for the specified tag key.
|
default UpdateLfTagResponse |
LakeFormationClient.updateLFTag(UpdateLfTagRequest updateLfTagRequest)
Updates the list of possible values for the specified tag key.
|
default UpdateResourceResponse |
LakeFormationClient.updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest)
Updates the data access role used for vending access to the given (registered) resource in AWS Lake Formation.
|
default UpdateResourceResponse |
LakeFormationClient.updateResource(UpdateResourceRequest updateResourceRequest)
Updates the data access role used for vending access to the given (registered) resource in AWS Lake Formation.
|
Copyright © 2021. All rights reserved.