Uses of Class
com.amazonaws.auth.policy.Principal.WebIdentityProviders
-
Packages that use Principal.WebIdentityProviders Package Description com.amazonaws.auth.policy Classes for creating custom AWS access control policies. -
-
Uses of Principal.WebIdentityProviders in com.amazonaws.auth.policy
Methods in com.amazonaws.auth.policy that return Principal.WebIdentityProviders Modifier and Type Method Description static Principal.WebIdentityProviders
Principal.WebIdentityProviders. fromString(String webIdentityProvider)
Construct the Services object from a string representing web identity provider.static Principal.WebIdentityProviders
Principal.WebIdentityProviders. valueOf(String name)
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.WebIdentityProviders Constructor Description Principal(Principal.WebIdentityProviders webIdentityProvider)
Constructs a new principal with the specified web identity provider.
-