Uses of Interface
software.amazon.awssdk.services.lakeformation.model.DeleteLakeFormationOptInRequest.Builder
-
Packages that use DeleteLakeFormationOptInRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of DeleteLakeFormationOptInRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type DeleteLakeFormationOptInRequest.Builder 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 DeleteLakeFormationOptInResponseLakeFormationClient. deleteLakeFormationOptIn(Consumer<DeleteLakeFormationOptInRequest.Builder> deleteLakeFormationOptInRequest)Remove the Lake Formation permissions enforcement of the given databases, tables, and principals. -
Uses of DeleteLakeFormationOptInRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DeleteLakeFormationOptInRequest.Builder Modifier and Type Method Description static DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest. builder()DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest.Builder. principal(Consumer<DataLakePrincipal.Builder> principal)Sets the value of the Principal property for this object.DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest.Builder. principal(DataLakePrincipal principal)Sets the value of the Principal property for this object.default DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest.Builder. resource(Consumer<Resource.Builder> resource)Sets the value of the Resource property for this object.DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest.Builder. resource(Resource resource)Sets the value of the Resource property for this object.DeleteLakeFormationOptInRequest.BuilderDeleteLakeFormationOptInRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type DeleteLakeFormationOptInRequest.Builder Modifier and Type Method Description static Class<? extends DeleteLakeFormationOptInRequest.Builder>DeleteLakeFormationOptInRequest. serializableBuilderClass()
-