| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
AuthorizationConfig.authorizationType()
The authorization type required by the HTTP endpoint.
|
static AuthorizationType |
AuthorizationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthorizationType |
AuthorizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationType[] |
AuthorizationType.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<AuthorizationType> |
AuthorizationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationConfig.Builder |
AuthorizationConfig.Builder.authorizationType(AuthorizationType authorizationType)
The authorization type required by the HTTP endpoint.
|
Copyright © 2020. All rights reserved.