| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static RelationalDatabaseSourceType |
RelationalDatabaseSourceType.fromValue(String value)
Use this in place of valueOf.
|
static RelationalDatabaseSourceType |
RelationalDatabaseSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationalDatabaseSourceType[] |
RelationalDatabaseSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RelationalDatabaseDataSourceConfig |
RelationalDatabaseDataSourceConfig.withRelationalDatabaseSourceType(RelationalDatabaseSourceType relationalDatabaseSourceType)
Source type for the relational database.
|
Copyright © 2024. All rights reserved.