| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
UpdateGraphqlApiRequest.authenticationType()
The new authentication type for the
GraphqlApi object. |
AuthenticationType |
GraphqlApi.authenticationType()
The authentication type.
|
AuthenticationType |
AdditionalAuthenticationProvider.authenticationType()
The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito
user pools, or Lambda.
|
AuthenticationType |
CreateGraphqlApiRequest.authenticationType()
The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito
user pools, or Lambda.
|
static AuthenticationType |
AuthenticationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.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<AuthenticationType> |
AuthenticationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.authenticationType(AuthenticationType authenticationType)
The new authentication type for the
GraphqlApi object. |
GraphqlApi.Builder |
GraphqlApi.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type.
|
AdditionalAuthenticationProvider.Builder |
AdditionalAuthenticationProvider.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito
user pools, or Lambda.
|
CreateGraphqlApiRequest.Builder |
CreateGraphqlApiRequest.Builder.authenticationType(AuthenticationType authenticationType)
The authentication type: API key, Identity and Access Management (IAM), OpenID Connect (OIDC), Amazon Cognito
user pools, or Lambda.
|
Copyright © 2023. All rights reserved.