Uses of Enum
software.amazon.awssdk.services.rds.model.IAMAuthMode
Packages that use IAMAuthMode
-
Uses of IAMAuthMode in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return IAMAuthModeModifier and TypeMethodDescriptionstatic IAMAuthModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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.final IAMAuthModeUserAuthConfigInfo.iamAuth()Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.static IAMAuthModeReturns 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 IAMAuthModeMethods in software.amazon.awssdk.services.rds.model with parameters of type IAMAuthModeModifier and TypeMethodDescriptionUserAuthConfig.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.Builder.iamAuth(IAMAuthMode iamAuth) Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.