Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetEffectivePermissionsForPathResponse
-
Packages that use GetEffectivePermissionsForPathResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of GetEffectivePermissionsForPathResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return GetEffectivePermissionsForPathResponse Modifier and Type Method Description default GetEffectivePermissionsForPathResponseLakeFormationClient. 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 GetEffectivePermissionsForPathResponseLakeFormationClient. getEffectivePermissionsForPath(GetEffectivePermissionsForPathRequest getEffectivePermissionsForPathRequest)Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type GetEffectivePermissionsForPathResponse Modifier and Type Method Description default CompletableFuture<GetEffectivePermissionsForPathResponse>LakeFormationAsyncClient. 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 CompletableFuture<GetEffectivePermissionsForPathResponse>LakeFormationAsyncClient. getEffectivePermissionsForPath(GetEffectivePermissionsForPathRequest getEffectivePermissionsForPathRequest)Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3. -
Uses of GetEffectivePermissionsForPathResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type GetEffectivePermissionsForPathResponse Modifier and Type Method Description Iterator<GetEffectivePermissionsForPathResponse>GetEffectivePermissionsForPathIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type GetEffectivePermissionsForPathResponse Modifier and Type Method Description voidGetEffectivePermissionsForPathPublisher. subscribe(org.reactivestreams.Subscriber<? super GetEffectivePermissionsForPathResponse> subscriber)
-