Uses of Class
software.amazon.awssdk.services.lakeformation.model.RegisterResourceRequest
-
Packages that use RegisterResourceRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of RegisterResourceRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type RegisterResourceRequest Modifier and Type Method Description default CompletableFuture<RegisterResourceResponse>LakeFormationAsyncClient. registerResource(RegisterResourceRequest registerResourceRequest)Registers the resource as managed by the Data Catalog.default RegisterResourceResponseLakeFormationClient. registerResource(RegisterResourceRequest registerResourceRequest)Registers the resource as managed by the Data Catalog. -
Uses of RegisterResourceRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type RegisterResourceRequest Modifier and Type Method Description SdkHttpFullRequestRegisterResourceRequestMarshaller. marshall(RegisterResourceRequest registerResourceRequest)
-