Uses of Class
software.amazon.awssdk.services.rds.model.IAMAuthMode
-
Packages that use IAMAuthMode Package Description software.amazon.awssdk.services.rds.model -
-
Uses of IAMAuthMode in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return IAMAuthMode Modifier and Type Method Description static IAMAuthModeIAMAuthMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IAMAuthModeUserAuthConfig. iamAuth()A value that indicates whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.IAMAuthModeUserAuthConfigInfo. iamAuth()Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.static IAMAuthModeIAMAuthMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IAMAuthMode[]IAMAuthMode. 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 IAMAuthMode Modifier and Type Method Description static Set<IAMAuthMode>IAMAuthMode. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type IAMAuthMode Modifier and Type Method Description UserAuthConfig.BuilderUserAuthConfig.Builder. iamAuth(IAMAuthMode iamAuth)A value that indicates whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.UserAuthConfigInfo.BuilderUserAuthConfigInfo.Builder. iamAuth(IAMAuthMode iamAuth)Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
-