Uses of Class
software.amazon.awssdk.services.databasemigration.model.NestingLevelValue
-
Packages that use NestingLevelValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of NestingLevelValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return NestingLevelValue Modifier and Type Method Description static NestingLevelValueNestingLevelValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NestingLevelValueDocDbSettings. nestingLevel()Specifies either document or table mode.NestingLevelValueMongoDbSettings. nestingLevel()Specifies either document or table mode.static NestingLevelValueNestingLevelValue. 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.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type NestingLevelValue Modifier and Type Method Description static Set<NestingLevelValue>NestingLevelValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type NestingLevelValue Modifier and Type Method Description DocDbSettings.BuilderDocDbSettings.Builder. nestingLevel(NestingLevelValue nestingLevel)Specifies either document or table mode.MongoDbSettings.BuilderMongoDbSettings.Builder. nestingLevel(NestingLevelValue nestingLevel)Specifies either document or table mode.
-