Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateResourceRequest
-
Packages that use UpdateResourceRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of UpdateResourceRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type UpdateResourceRequest Modifier and Type Method Description default CompletableFuture<UpdateResourceResponse>LakeFormationAsyncClient. updateResource(UpdateResourceRequest updateResourceRequest)Updates the data access role used for vending access to the given (registered) resource in Lake Formation.default UpdateResourceResponseLakeFormationClient. updateResource(UpdateResourceRequest updateResourceRequest)Updates the data access role used for vending access to the given (registered) resource in Lake Formation. -
Uses of UpdateResourceRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type UpdateResourceRequest Modifier and Type Method Description SdkHttpFullRequestUpdateResourceRequestMarshaller. marshall(UpdateResourceRequest updateResourceRequest)
-