Uses of Enum
software.amazon.awssdk.services.databasemigration.model.AuthTypeValue
Packages that use AuthTypeValue
-
Uses of AuthTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return AuthTypeValueModifier and TypeMethodDescriptionfinal AuthTypeValueMongoDbDataProviderSettings.authType()The authentication type for the database connection.final AuthTypeValueMongoDbSettings.authType()The authentication type you use to access the MongoDB source endpoint.static AuthTypeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthTypeValueReturns the enum constant of this type with the specified name.static AuthTypeValue[]AuthTypeValue.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 AuthTypeValueMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type AuthTypeValueModifier and TypeMethodDescriptionMongoDbDataProviderSettings.Builder.authType(AuthTypeValue authType) The authentication type for the database connection.MongoDbSettings.Builder.authType(AuthTypeValue authType) The authentication type you use to access the MongoDB source endpoint.