Uses of Class
software.amazon.awssdk.services.workspacesweb.model.IdentityProviderType
-
Packages that use IdentityProviderType Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of IdentityProviderType in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return IdentityProviderType Modifier and Type Method Description static IdentityProviderTypeIdentityProviderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IdentityProviderTypeCreateIdentityProviderRequest. identityProviderType()The identity provider type.IdentityProviderTypeIdentityProvider. identityProviderType()The identity provider type.IdentityProviderTypeIdentityProviderSummary. identityProviderType()The identity provider type.IdentityProviderTypeUpdateIdentityProviderRequest. identityProviderType()The type of the identity provider.static IdentityProviderTypeIdentityProviderType. 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.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type IdentityProviderType Modifier and Type Method Description static Set<IdentityProviderType>IdentityProviderType. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type IdentityProviderType Modifier and Type Method Description CreateIdentityProviderRequest.BuilderCreateIdentityProviderRequest.Builder. identityProviderType(IdentityProviderType identityProviderType)The identity provider type.IdentityProvider.BuilderIdentityProvider.Builder. identityProviderType(IdentityProviderType identityProviderType)The identity provider type.IdentityProviderSummary.BuilderIdentityProviderSummary.Builder. identityProviderType(IdentityProviderType identityProviderType)The identity provider type.UpdateIdentityProviderRequest.BuilderUpdateIdentityProviderRequest.Builder. identityProviderType(IdentityProviderType identityProviderType)The type of the identity provider.
-