Uses of Class
software.amazon.awssdk.services.glue.model.AllowFullTableExternalDataAccessEnum
-
Packages that use AllowFullTableExternalDataAccessEnum Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AllowFullTableExternalDataAccessEnum in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AllowFullTableExternalDataAccessEnum Modifier and Type Method Description AllowFullTableExternalDataAccessEnumCatalog. allowFullTableExternalDataAccess()Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation.AllowFullTableExternalDataAccessEnumCatalogInput. allowFullTableExternalDataAccess()Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation.static AllowFullTableExternalDataAccessEnumAllowFullTableExternalDataAccessEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AllowFullTableExternalDataAccessEnumAllowFullTableExternalDataAccessEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowFullTableExternalDataAccessEnum[]AllowFullTableExternalDataAccessEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AllowFullTableExternalDataAccessEnum Modifier and Type Method Description static Set<AllowFullTableExternalDataAccessEnum>AllowFullTableExternalDataAccessEnum. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type AllowFullTableExternalDataAccessEnum Modifier and Type Method Description Catalog.BuilderCatalog.Builder. allowFullTableExternalDataAccess(AllowFullTableExternalDataAccessEnum allowFullTableExternalDataAccess)Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation.CatalogInput.BuilderCatalogInput.Builder. allowFullTableExternalDataAccess(AllowFullTableExternalDataAccessEnum allowFullTableExternalDataAccess)Allows third-party engines to access data in Amazon S3 locations that are registered with Lake Formation.
-