| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProvider |
IdentityProvider.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentityProvider |
DescribePublisherResponse.identityProvider()
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
IdentityProvider |
TypeSummary.publisherIdentity()
The service used to verify the publisher identity.
|
static IdentityProvider |
IdentityProvider.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<IdentityProvider> |
IdentityProvider.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribePublisherResponse.Builder |
DescribePublisherResponse.Builder.identityProvider(IdentityProvider identityProvider)
The type of account used as the identity provider when registering this publisher with CloudFormation.
|
TypeSummary.Builder |
TypeSummary.Builder.publisherIdentity(IdentityProvider publisherIdentity)
The service used to verify the publisher identity.
|
Copyright © 2022. All rights reserved.