Uses of Class
software.amazon.awssdk.services.lakeformation.model.LakeFormationOptInsInfo
-
Packages that use LakeFormationOptInsInfo Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LakeFormationOptInsInfo in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LakeFormationOptInsInfo Modifier and Type Method Description List<LakeFormationOptInsInfo>ListLakeFormationOptInsResponse. lakeFormationOptInsInfoList()A list of principal-resource pairs that have Lake Formation permissins enforced.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type LakeFormationOptInsInfo Modifier and Type Method Description ListLakeFormationOptInsResponse.BuilderListLakeFormationOptInsResponse.Builder. lakeFormationOptInsInfoList(LakeFormationOptInsInfo... lakeFormationOptInsInfoList)A list of principal-resource pairs that have Lake Formation permissins enforced.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LakeFormationOptInsInfo Modifier and Type Method Description ListLakeFormationOptInsResponse.BuilderListLakeFormationOptInsResponse.Builder. lakeFormationOptInsInfoList(Collection<LakeFormationOptInsInfo> lakeFormationOptInsInfoList)A list of principal-resource pairs that have Lake Formation permissins enforced.
-