Uses of Class
software.amazon.awssdk.services.lakeformation.model.DeleteLakeFormationOptInResponse
-
Packages that use DeleteLakeFormationOptInResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of DeleteLakeFormationOptInResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return DeleteLakeFormationOptInResponse Modifier and Type Method Description default DeleteLakeFormationOptInResponseLakeFormationClient. deleteLakeFormationOptIn(Consumer<DeleteLakeFormationOptInRequest.Builder> deleteLakeFormationOptInRequest)Remove the Lake Formation permissions enforcement of the given databases, tables, and principals.default DeleteLakeFormationOptInResponseLakeFormationClient. deleteLakeFormationOptIn(DeleteLakeFormationOptInRequest deleteLakeFormationOptInRequest)Remove the Lake Formation permissions enforcement of the given databases, tables, and principals.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type DeleteLakeFormationOptInResponse Modifier and Type Method Description default CompletableFuture<DeleteLakeFormationOptInResponse>LakeFormationAsyncClient. deleteLakeFormationOptIn(Consumer<DeleteLakeFormationOptInRequest.Builder> deleteLakeFormationOptInRequest)Remove the Lake Formation permissions enforcement of the given databases, tables, and principals.default CompletableFuture<DeleteLakeFormationOptInResponse>LakeFormationAsyncClient. deleteLakeFormationOptIn(DeleteLakeFormationOptInRequest deleteLakeFormationOptInRequest)Remove the Lake Formation permissions enforcement of the given databases, tables, and principals.
-