| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CodegenJobGenericDataSourceType |
CodegenJobGenericDataSchema.dataSourceType()
The type of the data source for the schema.
|
static CodegenJobGenericDataSourceType |
CodegenJobGenericDataSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CodegenJobGenericDataSourceType |
CodegenJobGenericDataSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenJobGenericDataSourceType[] |
CodegenJobGenericDataSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CodegenJobGenericDataSourceType> |
CodegenJobGenericDataSourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CodegenJobGenericDataSchema.Builder |
CodegenJobGenericDataSchema.Builder.dataSourceType(CodegenJobGenericDataSourceType dataSourceType)
The type of the data source for the schema.
|
Copyright © 2023. All rights reserved.