Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListLakeFormationOptInsRequest
-
Packages that use ListLakeFormationOptInsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators software.amazon.awssdk.services.lakeformation.transform -
-
Uses of ListLakeFormationOptInsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type ListLakeFormationOptInsRequest Modifier and Type Method Description default CompletableFuture<ListLakeFormationOptInsResponse>LakeFormationAsyncClient. listLakeFormationOptIns(ListLakeFormationOptInsRequest 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.default ListLakeFormationOptInsPublisherLakeFormationAsyncClient. listLakeFormationOptInsPaginator(ListLakeFormationOptInsRequest listLakeFormationOptInsRequest)default ListLakeFormationOptInsIterableLakeFormationClient. listLakeFormationOptInsPaginator(ListLakeFormationOptInsRequest listLakeFormationOptInsRequest)This is a variant ofLakeFormationClient.listLakeFormationOptIns(software.amazon.awssdk.services.lakeformation.model.ListLakeFormationOptInsRequest)operation. -
Uses of ListLakeFormationOptInsRequest in software.amazon.awssdk.services.lakeformation.paginators
Constructors in software.amazon.awssdk.services.lakeformation.paginators with parameters of type ListLakeFormationOptInsRequest Constructor Description ListLakeFormationOptInsIterable(LakeFormationClient client, ListLakeFormationOptInsRequest firstRequest)ListLakeFormationOptInsPublisher(LakeFormationAsyncClient client, ListLakeFormationOptInsRequest firstRequest) -
Uses of ListLakeFormationOptInsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type ListLakeFormationOptInsRequest Modifier and Type Method Description SdkHttpFullRequestListLakeFormationOptInsRequestMarshaller. marshall(ListLakeFormationOptInsRequest listLakeFormationOptInsRequest)
-