Uses of Enum
software.amazon.awssdk.services.cloudformation.model.IdentityProvider
Packages that use IdentityProvider
-
Uses of IdentityProvider in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return IdentityProviderModifier and TypeMethodDescriptionstatic IdentityProviderUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IdentityProviderDescribePublisherResponse.identityProvider()The type of account used as the identity provider when registering this publisher with CloudFormation.final IdentityProviderTypeSummary.publisherIdentity()The service used to verify the publisher identity.static IdentityProviderReturns 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 IdentityProviderMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type IdentityProviderModifier and TypeMethodDescriptionDescribePublisherResponse.Builder.identityProvider(IdentityProvider identityProvider) The type of account used as the identity provider when registering this publisher with CloudFormation.TypeSummary.Builder.publisherIdentity(IdentityProvider publisherIdentity) The service used to verify the publisher identity.