| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static IAMAuthMode |
IAMAuthMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IAMAuthMode |
UserAuthConfig.iamAuth()
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
IAMAuthMode |
UserAuthConfigInfo.iamAuth()
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
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 |
|---|---|
static Set<IAMAuthMode> |
IAMAuthMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserAuthConfig.Builder |
UserAuthConfig.Builder.iamAuth(IAMAuthMode iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
UserAuthConfigInfo.Builder |
UserAuthConfigInfo.Builder.iamAuth(IAMAuthMode iamAuth)
Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for
connections to the proxy.
|
Copyright © 2023. All rights reserved.