Uses of Class
software.amazon.awssdk.services.rds.model.MasterUserAuthenticationType
-
Packages that use MasterUserAuthenticationType Package Description software.amazon.awssdk.services.rds.model -
-
Uses of MasterUserAuthenticationType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return MasterUserAuthenticationType Modifier and Type Method Description static MasterUserAuthenticationTypeMasterUserAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MasterUserAuthenticationTypeCreateDbClusterRequest. masterUserAuthenticationType()Specifies the authentication type for the master user.MasterUserAuthenticationTypeCreateDbInstanceRequest. masterUserAuthenticationType()Specifies the authentication type for the master user.MasterUserAuthenticationTypeModifyDbClusterRequest. masterUserAuthenticationType()Specifies the authentication type for the master user.MasterUserAuthenticationTypeModifyDbInstanceRequest. masterUserAuthenticationType()Specifies the authentication type for the master user.static MasterUserAuthenticationTypeMasterUserAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MasterUserAuthenticationType[]MasterUserAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type MasterUserAuthenticationType Modifier and Type Method Description static Set<MasterUserAuthenticationType>MasterUserAuthenticationType. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type MasterUserAuthenticationType Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType)Specifies the authentication type for the master user.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType)Specifies the authentication type for the master user.ModifyDbClusterRequest.BuilderModifyDbClusterRequest.Builder. masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType)Specifies the authentication type for the master user.ModifyDbInstanceRequest.BuilderModifyDbInstanceRequest.Builder. masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType)Specifies the authentication type for the master user.
-