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