| Package | Description |
|---|---|
| software.amazon.awssdk.services.worklink.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationProviderType |
AssociateWebsiteAuthorizationProviderRequest.authorizationProviderType()
The authorization provider type.
|
AuthorizationProviderType |
WebsiteAuthorizationProviderSummary.authorizationProviderType()
The authorization provider type.
|
static AuthorizationProviderType |
AuthorizationProviderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthorizationProviderType |
AuthorizationProviderType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AuthorizationProviderType> |
AuthorizationProviderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociateWebsiteAuthorizationProviderRequest.Builder |
AssociateWebsiteAuthorizationProviderRequest.Builder.authorizationProviderType(AuthorizationProviderType authorizationProviderType)
The authorization provider type.
|
WebsiteAuthorizationProviderSummary.Builder |
WebsiteAuthorizationProviderSummary.Builder.authorizationProviderType(AuthorizationProviderType authorizationProviderType)
The authorization provider type.
|
Copyright © 2022. All rights reserved.