| Package | Description |
|---|---|
| software.amazon.awssdk.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProviderType |
IdentityProviderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IdentityProviderType |
UpdateIdentityProviderConfigurationRequest.identityProviderType()
The type of identity provider.
|
IdentityProviderType |
DescribeIdentityProviderConfigurationResponse.identityProviderType()
The type of identity provider.
|
static IdentityProviderType |
IdentityProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityProviderType[] |
IdentityProviderType.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<IdentityProviderType> |
IdentityProviderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityProviderConfigurationRequest.Builder |
UpdateIdentityProviderConfigurationRequest.Builder.identityProviderType(IdentityProviderType identityProviderType)
The type of identity provider.
|
DescribeIdentityProviderConfigurationResponse.Builder |
DescribeIdentityProviderConfigurationResponse.Builder.identityProviderType(IdentityProviderType identityProviderType)
The type of identity provider.
|
Copyright © 2023. All rights reserved.