Uses of Class
software.amazon.awssdk.services.databasemigration.model.AuthTypeValue
-
Packages that use AuthTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of AuthTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return AuthTypeValue Modifier and Type Method Description AuthTypeValueMongoDbDataProviderSettings. authType()The authentication type for the database connection.AuthTypeValueMongoDbSettings. authType()The authentication type you use to access the MongoDB source endpoint.static AuthTypeValueAuthTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthTypeValueAuthTypeValue. valueOf(String name)Returns 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 AuthTypeValue Modifier and Type Method Description static Set<AuthTypeValue>AuthTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type AuthTypeValue Modifier and Type Method Description MongoDbDataProviderSettings.BuilderMongoDbDataProviderSettings.Builder. authType(AuthTypeValue authType)The authentication type for the database connection.MongoDbSettings.BuilderMongoDbSettings.Builder. authType(AuthTypeValue authType)The authentication type you use to access the MongoDB source endpoint.
-