Uses of Class
software.amazon.awssdk.services.glue.model.TableAttributes
-
Packages that use TableAttributes Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableAttributes in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableAttributes Modifier and Type Method Description static TableAttributesTableAttributes. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TableAttributesTableAttributes. valueOf(String name)Returns the enum constant of this type with the specified name.static TableAttributes[]TableAttributes. 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 TableAttributes Modifier and Type Method Description List<TableAttributes>GetTablesRequest. attributesToGet()Specifies the table fields returned by theGetTablescall.static Set<TableAttributes>TableAttributes. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type TableAttributes Modifier and Type Method Description GetTablesRequest.BuilderGetTablesRequest.Builder. attributesToGet(TableAttributes... attributesToGet)Specifies the table fields returned by theGetTablescall.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TableAttributes Modifier and Type Method Description GetTablesRequest.BuilderGetTablesRequest.Builder. attributesToGet(Collection<TableAttributes> attributesToGet)Specifies the table fields returned by theGetTablescall.
-