Uses of Class
software.amazon.awssdk.services.directory.model.DirectoryEdition
-
Packages that use DirectoryEdition Package Description software.amazon.awssdk.services.directory.model -
-
Uses of DirectoryEdition in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return DirectoryEdition Modifier and Type Method Description DirectoryEditionCreateMicrosoftAdRequest. edition()Managed Microsoft AD is available in two editions:StandardandEnterprise.DirectoryEditionDirectoryDescription. edition()The edition associated with this directory.static DirectoryEditionDirectoryEdition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DirectoryEditionDirectoryEdition. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectoryEdition[]DirectoryEdition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type DirectoryEdition Modifier and Type Method Description static Set<DirectoryEdition>DirectoryEdition. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type DirectoryEdition Modifier and Type Method Description CreateMicrosoftAdRequest.BuilderCreateMicrosoftAdRequest.Builder. edition(DirectoryEdition edition)Managed Microsoft AD is available in two editions:StandardandEnterprise.DirectoryDescription.BuilderDirectoryDescription.Builder. edition(DirectoryEdition edition)The edition associated with this directory.
-