Uses of Class
software.amazon.awssdk.services.lakeformation.model.ResourceInfo
-
Packages that use ResourceInfo Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of ResourceInfo in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ResourceInfo Modifier and Type Method Description ResourceInfoDescribeResourceResponse. resourceInfo()A structure containing information about an Lake Formation resource.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ResourceInfo Modifier and Type Method Description List<ResourceInfo>ListResourcesResponse. resourceInfoList()A summary of the data lake resources.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type ResourceInfo Modifier and Type Method Description DescribeResourceResponse.BuilderDescribeResourceResponse.Builder. resourceInfo(ResourceInfo resourceInfo)A structure containing information about an Lake Formation resource.ListResourcesResponse.BuilderListResourcesResponse.Builder. resourceInfoList(ResourceInfo... resourceInfoList)A summary of the data lake resources.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type ResourceInfo Modifier and Type Method Description ListResourcesResponse.BuilderListResourcesResponse.Builder. resourceInfoList(Collection<ResourceInfo> resourceInfoList)A summary of the data lake resources.
-