Uses of Enum
software.amazon.awssdk.services.databasemigration.model.NestingLevelValue
Packages that use NestingLevelValue
-
Uses of NestingLevelValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return NestingLevelValueModifier and TypeMethodDescriptionstatic NestingLevelValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final NestingLevelValueDocDbSettings.nestingLevel()Specifies either document or table mode.final NestingLevelValueMongoDbSettings.nestingLevel()Specifies either document or table mode.static NestingLevelValueReturns 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 NestingLevelValueMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type NestingLevelValueModifier and TypeMethodDescriptionDocDbSettings.Builder.nestingLevel(NestingLevelValue nestingLevel) Specifies either document or table mode.MongoDbSettings.Builder.nestingLevel(NestingLevelValue nestingLevel) Specifies either document or table mode.