| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
static NestingLevelValue |
NestingLevelValue.fromValue(String value)
Use this in place of valueOf.
|
static NestingLevelValue |
NestingLevelValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestingLevelValue[] |
NestingLevelValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MongoDbSettings.setNestingLevel(NestingLevelValue nestingLevel)
Specifies either document or table mode.
|
MongoDbSettings |
MongoDbSettings.withNestingLevel(NestingLevelValue nestingLevel)
Specifies either document or table mode.
|
DocDbSettings |
DocDbSettings.withNestingLevel(NestingLevelValue nestingLevel)
Specifies either document or table mode.
|
Copyright © 2024. All rights reserved.