Uses of Class
software.amazon.awssdk.services.quicksight.model.Edition
-
Packages that use Edition Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Edition in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Edition Modifier and Type Method Description EditionAccountInfo. edition()The edition of your QuickSight account.EditionAccountSettings. edition()The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.EditionCreateAccountSubscriptionRequest. edition()The edition of QuickSight that you want your account to have.static EditionEdition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EditionEdition. valueOf(String name)Returns the enum constant of this type with the specified name.static Edition[]Edition. 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 Edition Modifier and Type Method Description static Set<Edition>Edition. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Edition Modifier and Type Method Description AccountInfo.BuilderAccountInfo.Builder. edition(Edition edition)The edition of your QuickSight account.AccountSettings.BuilderAccountSettings.Builder. edition(Edition edition)The edition of QuickSight that you're currently subscribed to: Enterprise edition or Standard edition.CreateAccountSubscriptionRequest.BuilderCreateAccountSubscriptionRequest.Builder. edition(Edition edition)The edition of QuickSight that you want your account to have.
-