Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.ActiveDirectoryType
-
Packages that use ActiveDirectoryType Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions.model -
-
Uses of ActiveDirectoryType in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return ActiveDirectoryType Modifier and Type Method Description ActiveDirectoryTypeActiveDirectoryIdentityProvider. activeDirectoryType()The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.static ActiveDirectoryTypeActiveDirectoryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActiveDirectoryTypeActiveDirectoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActiveDirectoryType[]ActiveDirectoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return types with arguments of type ActiveDirectoryType Modifier and Type Method Description static Set<ActiveDirectoryType>ActiveDirectoryType. knownValues()Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with parameters of type ActiveDirectoryType Modifier and Type Method Description ActiveDirectoryIdentityProvider.BuilderActiveDirectoryIdentityProvider.Builder. activeDirectoryType(ActiveDirectoryType activeDirectoryType)The type of Active Directory – either a self-managed Active Directory or an Amazon Web Services Managed Active Directory.
-