Uses of Class
software.amazon.awssdk.core.auth.policy.Principal.WebIdentityProvider
-
Packages that use Principal.WebIdentityProvider Package Description software.amazon.awssdk.core.auth.policy -
-
Uses of Principal.WebIdentityProvider in software.amazon.awssdk.core.auth.policy
Methods in software.amazon.awssdk.core.auth.policy that return Principal.WebIdentityProvider Modifier and Type Method Description static Principal.WebIdentityProviderPrincipal.WebIdentityProvider. fromString(String webIdentityProvider)Construct the Services object from a string representing web identity provider.static Principal.WebIdentityProviderPrincipal.WebIdentityProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static Principal.WebIdentityProvider[]Principal.WebIdentityProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in software.amazon.awssdk.core.auth.policy with parameters of type Principal.WebIdentityProvider Constructor Description Principal(Principal.WebIdentityProvider webIdentityProvider)Constructs a new principal with the specified web identity provider.
-