| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityStore |
IdentityStore.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentityStore |
CreateNamespaceResponse.identityStore()
Specifies the type of your user identity directory.
|
IdentityStore |
NamespaceInfoV2.identityStore()
The identity store used for the namespace.
|
IdentityStore |
CreateNamespaceRequest.identityStore()
Specifies the type of your user identity directory.
|
static IdentityStore |
IdentityStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityStore[] |
IdentityStore.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<IdentityStore> |
IdentityStore.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateNamespaceResponse.Builder |
CreateNamespaceResponse.Builder.identityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
NamespaceInfoV2.Builder |
NamespaceInfoV2.Builder.identityStore(IdentityStore identityStore)
The identity store used for the namespace.
|
CreateNamespaceRequest.Builder |
CreateNamespaceRequest.Builder.identityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
Copyright © 2023. All rights reserved.