Uses of Class
software.amazon.awssdk.services.quicksight.model.IdentityStore
-
Packages that use IdentityStore Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of IdentityStore in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return IdentityStore Modifier and Type Method Description static IdentityStoreIdentityStore. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdentityStoreCreateNamespaceRequest. identityStore()Specifies the type of your user identity directory.IdentityStoreCreateNamespaceResponse. identityStore()Specifies the type of your user identity directory.IdentityStoreNamespaceInfoV2. identityStore()The identity store used for the namespace.static IdentityStoreIdentityStore. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type IdentityStore Modifier and Type Method Description static Set<IdentityStore>IdentityStore. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type IdentityStore Modifier and Type Method Description CreateNamespaceRequest.BuilderCreateNamespaceRequest.Builder. identityStore(IdentityStore identityStore)Specifies the type of your user identity directory.CreateNamespaceResponse.BuilderCreateNamespaceResponse.Builder. identityStore(IdentityStore identityStore)Specifies the type of your user identity directory.NamespaceInfoV2.BuilderNamespaceInfoV2.Builder. identityStore(IdentityStore identityStore)The identity store used for the namespace.
-