Uses of Enum
com.amazonaws.auth.policy.Principal.WebIdentityProviders
Packages that use Principal.WebIdentityProviders
Package
Description
Classes for creating custom AWS access control policies.
-
Uses of Principal.WebIdentityProviders in com.amazonaws.auth.policy
Subclasses with type arguments of type Principal.WebIdentityProviders in com.amazonaws.auth.policyModifier and TypeClassDescriptionstatic enumWeb identity providers, such as Login with Amazon, Facebook, or Google.Methods in com.amazonaws.auth.policy that return Principal.WebIdentityProvidersModifier and TypeMethodDescriptionPrincipal.WebIdentityProviders.fromString(String webIdentityProvider) Construct the Services object from a string representing web identity provider.Returns the enum constant of this type with the specified name.static Principal.WebIdentityProviders[]Principal.WebIdentityProviders.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.auth.policy with parameters of type Principal.WebIdentityProvidersModifierConstructorDescriptionPrincipal(Principal.WebIdentityProviders webIdentityProvider) Constructs a new principal with the specified web identity provider.