Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListPermissionsResponse
-
Packages that use ListPermissionsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of ListPermissionsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return ListPermissionsResponse Modifier and Type Method Description default ListPermissionsResponseLakeFormationClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.default ListPermissionsResponseLakeFormationClient. listPermissions(ListPermissionsRequest listPermissionsRequest)Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description default CompletableFuture<ListPermissionsResponse>LakeFormationAsyncClient. listPermissions(Consumer<ListPermissionsRequest.Builder> listPermissionsRequest)Returns a list of the principal permissions on the resource, filtered by the permissions of the caller.default CompletableFuture<ListPermissionsResponse>LakeFormationAsyncClient. listPermissions(ListPermissionsRequest listPermissionsRequest)Returns a list of the principal permissions on the resource, filtered by the permissions of the caller. -
Uses of ListPermissionsResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type ListPermissionsResponse Modifier and Type Method Description Iterator<ListPermissionsResponse>ListPermissionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type ListPermissionsResponse Modifier and Type Method Description voidListPermissionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPermissionsResponse> subscriber)
-