Uses of Class
software.amazon.awssdk.services.lakeformation.model.DeregisterResourceResponse
-
Packages that use DeregisterResourceResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of DeregisterResourceResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return DeregisterResourceResponse Modifier and Type Method Description default DeregisterResourceResponseLakeFormationClient. deregisterResource(Consumer<DeregisterResourceRequest.Builder> deregisterResourceRequest)Deregisters the resource as managed by the Data Catalog.default DeregisterResourceResponseLakeFormationClient. deregisterResource(DeregisterResourceRequest deregisterResourceRequest)Deregisters the resource as managed by the Data Catalog.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type DeregisterResourceResponse Modifier and Type Method Description default CompletableFuture<DeregisterResourceResponse>LakeFormationAsyncClient. deregisterResource(Consumer<DeregisterResourceRequest.Builder> deregisterResourceRequest)Deregisters the resource as managed by the Data Catalog.default CompletableFuture<DeregisterResourceResponse>LakeFormationAsyncClient. deregisterResource(DeregisterResourceRequest deregisterResourceRequest)Deregisters the resource as managed by the Data Catalog.
-