Uses of Class
software.amazon.awssdk.services.lakeformation.model.CreateLakeFormationOptInResponse
-
Packages that use CreateLakeFormationOptInResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of CreateLakeFormationOptInResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return CreateLakeFormationOptInResponse Modifier and Type Method Description default CreateLakeFormationOptInResponseLakeFormationClient. createLakeFormationOptIn(Consumer<CreateLakeFormationOptInRequest.Builder> createLakeFormationOptInRequest)Enforce Lake Formation permissions for the given databases, tables, and principals.default CreateLakeFormationOptInResponseLakeFormationClient. createLakeFormationOptIn(CreateLakeFormationOptInRequest createLakeFormationOptInRequest)Enforce Lake Formation permissions for the given databases, tables, and principals.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type CreateLakeFormationOptInResponse Modifier and Type Method Description default CompletableFuture<CreateLakeFormationOptInResponse>LakeFormationAsyncClient. createLakeFormationOptIn(Consumer<CreateLakeFormationOptInRequest.Builder> createLakeFormationOptInRequest)Enforce Lake Formation permissions for the given databases, tables, and principals.default CompletableFuture<CreateLakeFormationOptInResponse>LakeFormationAsyncClient. createLakeFormationOptIn(CreateLakeFormationOptInRequest createLakeFormationOptInRequest)Enforce Lake Formation permissions for the given databases, tables, and principals.
-