Uses of Class
software.amazon.awssdk.services.lakeformation.model.DescribeResourceRequest
-
Packages that use DescribeResourceRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of DescribeResourceRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type DescribeResourceRequest Modifier and Type Method Description default CompletableFuture<DescribeResourceResponse>LakeFormationAsyncClient. describeResource(DescribeResourceRequest 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. -
Uses of DescribeResourceRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type DescribeResourceRequest Modifier and Type Method Description SdkHttpFullRequestDescribeResourceRequestMarshaller. marshall(DescribeResourceRequest describeResourceRequest)
-