Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListLakeFormationOptInsResponse
-
Packages that use ListLakeFormationOptInsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of ListLakeFormationOptInsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return ListLakeFormationOptInsResponse Modifier and Type Method Description default ListLakeFormationOptInsResponseLakeFormationClient. listLakeFormationOptIns(Consumer<ListLakeFormationOptInsRequest.Builder> listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.default ListLakeFormationOptInsResponseLakeFormationClient. listLakeFormationOptIns(ListLakeFormationOptInsRequest listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type ListLakeFormationOptInsResponse Modifier and Type Method Description default CompletableFuture<ListLakeFormationOptInsResponse>LakeFormationAsyncClient. listLakeFormationOptIns(Consumer<ListLakeFormationOptInsRequest.Builder> listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions.default CompletableFuture<ListLakeFormationOptInsResponse>LakeFormationAsyncClient. listLakeFormationOptIns(ListLakeFormationOptInsRequest listLakeFormationOptInsRequest)Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions. -
Uses of ListLakeFormationOptInsResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type ListLakeFormationOptInsResponse Modifier and Type Method Description Iterator<ListLakeFormationOptInsResponse>ListLakeFormationOptInsIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type ListLakeFormationOptInsResponse Modifier and Type Method Description voidListLakeFormationOptInsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLakeFormationOptInsResponse> subscriber)
-