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