| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
IdentityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentityType |
RegisterUserRequest.identityType()
Amazon QuickSight supports several ways of managing the identity of users.
|
IdentityType |
User.identityType()
The type of identity authentication used by the user.
|
IdentityType |
GetDashboardEmbedUrlRequest.identityType()
The authentication method the user uses to sign in (IAM only).
|
static IdentityType |
IdentityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityType[] |
IdentityType.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<IdentityType> |
IdentityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegisterUserRequest.Builder |
RegisterUserRequest.Builder.identityType(IdentityType identityType)
Amazon QuickSight supports several ways of managing the identity of users.
|
User.Builder |
User.Builder.identityType(IdentityType identityType)
The type of identity authentication used by the user.
|
GetDashboardEmbedUrlRequest.Builder |
GetDashboardEmbedUrlRequest.Builder.identityType(IdentityType identityType)
The authentication method the user uses to sign in (IAM only).
|
Copyright © 2019. All rights reserved.