| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static IAMAuthMode |
IAMAuthMode.fromValue(String value)
Use this in place of valueOf.
|
static IAMAuthMode |
IAMAuthMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
UserAuthConfigInfo |
UserAuthConfigInfo.withIAMAuth(IAMAuthMode iAMAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfig |
UserAuthConfig.withIAMAuth(IAMAuthMode iAMAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
Copyright © 2022. All rights reserved.