Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.IdentityProvider.Type
-
Packages that use IdentityProvider.Type Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions.model -
-
Uses of IdentityProvider.Type in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return IdentityProvider.Type Modifier and Type Method Description IdentityProvider.TypeIdentityProvider. type()Retrieve an enum value representing which member of this object is populated.static IdentityProvider.TypeIdentityProvider.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityProvider.Type[]IdentityProvider.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-