Uses of Class
software.amazon.awssdk.services.cloudformation.model.IdentityProvider
-
Packages that use IdentityProvider Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of IdentityProvider in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return IdentityProvider Modifier and Type Method Description static IdentityProviderIdentityProvider. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdentityProviderDescribePublisherResponse. identityProvider()The type of account used as the identity provider when registering this publisher with CloudFormation.IdentityProviderTypeSummary. publisherIdentity()The service used to verify the publisher identity.static IdentityProviderIdentityProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentityProvider[]IdentityProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type IdentityProvider Modifier and Type Method Description static Set<IdentityProvider>IdentityProvider. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type IdentityProvider Modifier and Type Method Description DescribePublisherResponse.BuilderDescribePublisherResponse.Builder. identityProvider(IdentityProvider identityProvider)The type of account used as the identity provider when registering this publisher with CloudFormation.TypeSummary.BuilderTypeSummary.Builder. publisherIdentity(IdentityProvider publisherIdentity)The service used to verify the publisher identity.
-