Uses of Class
software.amazon.awssdk.services.redshift.model.LakeFormationScopeUnion
-
Packages that use LakeFormationScopeUnion Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of LakeFormationScopeUnion in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return LakeFormationScopeUnion Modifier and Type Method Description static LakeFormationScopeUnionLakeFormationScopeUnion. fromLakeFormationQuery(Consumer<LakeFormationQuery.Builder> lakeFormationQuery)Create an instance of this class withlakeFormationQuery()initialized to the given value.static LakeFormationScopeUnionLakeFormationScopeUnion. fromLakeFormationQuery(LakeFormationQuery lakeFormationQuery)Create an instance of this class withlakeFormationQuery()initialized to the given value.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type LakeFormationScopeUnion Modifier and Type Method Description List<LakeFormationScopeUnion>ServiceIntegrationsUnion. lakeFormation()A list of scopes set up for Lake Formation integration.Methods in software.amazon.awssdk.services.redshift.model with parameters of type LakeFormationScopeUnion Modifier and Type Method Description ServiceIntegrationsUnion.BuilderServiceIntegrationsUnion.Builder. lakeFormation(LakeFormationScopeUnion... lakeFormation)A list of scopes set up for Lake Formation integration.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type LakeFormationScopeUnion Modifier and Type Method Description static ServiceIntegrationsUnionServiceIntegrationsUnion. fromLakeFormation(List<LakeFormationScopeUnion> lakeFormation)Create an instance of this class withServiceIntegrationsUnion.lakeFormation()initialized to the given value.ServiceIntegrationsUnion.BuilderServiceIntegrationsUnion.Builder. lakeFormation(Collection<LakeFormationScopeUnion> lakeFormation)A list of scopes set up for Lake Formation integration.
-