Uses of Enum
software.amazon.awssdk.services.rds.model.MasterUserAuthenticationType
Packages that use MasterUserAuthenticationType
-
Uses of MasterUserAuthenticationType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return MasterUserAuthenticationTypeModifier and TypeMethodDescriptionstatic MasterUserAuthenticationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateDbClusterRequest.masterUserAuthenticationType()Specifies the authentication type for the master user.CreateDbInstanceRequest.masterUserAuthenticationType()Specifies the authentication type for the master user.ModifyDbClusterRequest.masterUserAuthenticationType()Specifies the authentication type for the master user.ModifyDbInstanceRequest.masterUserAuthenticationType()Specifies the authentication type for the master user.static MasterUserAuthenticationTypeReturns 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 MasterUserAuthenticationTypeModifier and TypeMethodDescriptionstatic Set<MasterUserAuthenticationType>MasterUserAuthenticationType.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type MasterUserAuthenticationTypeModifier and TypeMethodDescriptionCreateDbClusterRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.CreateDbInstanceRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.ModifyDbClusterRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.ModifyDbInstanceRequest.Builder.masterUserAuthenticationType(MasterUserAuthenticationType masterUserAuthenticationType) Specifies the authentication type for the master user.