| Package | Description |
|---|---|
| software.amazon.awssdk.core.auth.policy |
| Modifier and Type | Method and Description |
|---|---|
static Principal.WebIdentityProvider |
Principal.WebIdentityProvider.fromString(String webIdentityProvider)
Construct the Services object from a string representing web identity provider.
|
static Principal.WebIdentityProvider |
Principal.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.
|
| Constructor and Description |
|---|
Principal(Principal.WebIdentityProvider webIdentityProvider)
Constructs a new principal with the specified web identity provider.
|
Copyright © 2020. All rights reserved.