| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
AuthorizationMode.getAuthorizationType()
(experimental) One of possible four values AppSync supports.
|
AuthorizationType |
AuthorizationMode.Jsii$Proxy.getAuthorizationType() |
AuthorizationType |
Directive.getMode()
(experimental) The authorization type of this directive.
|
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 |
|---|---|
List<AuthorizationType> |
GraphqlApi.getModes()
(experimental) The Authorization Types for this GraphQL Api.
|
protected List<AuthorizationType> |
Directive.getModes()
(experimental) the authorization modes for this intermediate type.
|
protected List<AuthorizationType> |
EnumType.getModes()
(experimental) the authorization modes for this intermediate type.
|
protected List<AuthorizationType> |
UnionType.getModes()
(experimental) the authorization modes supported by this intermediate type.
|
protected List<AuthorizationType> |
InputType.getModes()
(experimental) the authorization modes for this intermediate type.
|
protected List<AuthorizationType> |
InterfaceType.getModes()
(experimental) the authorization modes for this intermediate type.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationMode.Builder |
AuthorizationMode.Builder.authorizationType(AuthorizationType authorizationType)
Sets the value of
AuthorizationMode.getAuthorizationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
GraphqlType.directivesToString(List<AuthorizationType> _modes)
(experimental) Generate the directives for this field.
|
String |
Field.directivesToString(List<AuthorizationType> modes)
(experimental) Generate the directives for this field.
|
String |
IField.directivesToString(List<AuthorizationType> modes)
(experimental) Generate the directives for this field.
|
String |
IField.Jsii$Proxy.directivesToString(List<AuthorizationType> modes)
(experimental) Generate the directives for this field.
|
default String |
IField.Jsii$Default.directivesToString(List<AuthorizationType> modes)
(experimental) Generate the directives for this field.
|
protected void |
Directive.setModes(List<AuthorizationType> value)
(experimental) the authorization modes for this intermediate type.
|
protected void |
EnumType.setModes(List<AuthorizationType> value)
(experimental) the authorization modes for this intermediate type.
|
protected void |
UnionType.setModes(List<AuthorizationType> value)
(experimental) the authorization modes supported by this intermediate type.
|
protected void |
InputType.setModes(List<AuthorizationType> value)
(experimental) the authorization modes for this intermediate type.
|
protected void |
InterfaceType.setModes(List<AuthorizationType> value)
(experimental) the authorization modes for this intermediate type.
|
Copyright © 2022. All rights reserved.