Uses of Class
software.amazon.awssdk.services.lakeformation.model.DeleteLakeFormationOptInRequest
-
Packages that use DeleteLakeFormationOptInRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of DeleteLakeFormationOptInRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type DeleteLakeFormationOptInRequest Modifier and Type Method Description default CompletableFuture<DeleteLakeFormationOptInResponse>LakeFormationAsyncClient. deleteLakeFormationOptIn(DeleteLakeFormationOptInRequest 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. -
Uses of DeleteLakeFormationOptInRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type DeleteLakeFormationOptInRequest Modifier and Type Method Description SdkHttpFullRequestDeleteLakeFormationOptInRequestMarshaller. marshall(DeleteLakeFormationOptInRequest deleteLakeFormationOptInRequest)
-