Uses of Class
software.amazon.awssdk.services.worklink.model.AuthorizationProviderType
-
Packages that use AuthorizationProviderType Package Description software.amazon.awssdk.services.worklink.model -
-
Uses of AuthorizationProviderType in software.amazon.awssdk.services.worklink.model
Methods in software.amazon.awssdk.services.worklink.model that return AuthorizationProviderType Modifier and Type Method Description AuthorizationProviderTypeAssociateWebsiteAuthorizationProviderRequest. authorizationProviderType()The authorization provider type.AuthorizationProviderTypeWebsiteAuthorizationProviderSummary. authorizationProviderType()The authorization provider type.static AuthorizationProviderTypeAuthorizationProviderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthorizationProviderTypeAuthorizationProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationProviderType[]AuthorizationProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.worklink.model that return types with arguments of type AuthorizationProviderType Modifier and Type Method Description static Set<AuthorizationProviderType>AuthorizationProviderType. knownValues()Methods in software.amazon.awssdk.services.worklink.model with parameters of type AuthorizationProviderType Modifier and Type Method Description AssociateWebsiteAuthorizationProviderRequest.BuilderAssociateWebsiteAuthorizationProviderRequest.Builder. authorizationProviderType(AuthorizationProviderType authorizationProviderType)The authorization provider type.WebsiteAuthorizationProviderSummary.BuilderWebsiteAuthorizationProviderSummary.Builder. authorizationProviderType(AuthorizationProviderType authorizationProviderType)The authorization provider type.
-