Uses of Class
software.amazon.awssdk.services.lakeformation.model.DescribeResourceResponse
-
Packages that use DescribeResourceResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of DescribeResourceResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return DescribeResourceResponse Modifier and Type Method Description default DescribeResourceResponseLakeFormationClient. describeResource(Consumer<DescribeResourceRequest.Builder> describeResourceRequest)Retrieves the current data access role for the given resource registered in Lake Formation.default DescribeResourceResponseLakeFormationClient. describeResource(DescribeResourceRequest describeResourceRequest)Retrieves the current data access role for the given resource registered in Lake Formation.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type DescribeResourceResponse Modifier and Type Method Description default CompletableFuture<DescribeResourceResponse>LakeFormationAsyncClient. describeResource(Consumer<DescribeResourceRequest.Builder> describeResourceRequest)Retrieves the current data access role for the given resource registered in Lake Formation.default CompletableFuture<DescribeResourceResponse>LakeFormationAsyncClient. describeResource(DescribeResourceRequest describeResourceRequest)Retrieves the current data access role for the given resource registered in Lake Formation.
-