| Package | Description |
|---|---|
| com.amazonaws.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolverKind |
ResolverKind.fromValue(String value)
Use this in place of valueOf.
|
static ResolverKind |
ResolverKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolverKind[] |
ResolverKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResolverRequest |
UpdateResolverRequest.withKind(ResolverKind kind)
The resolver type.
|
CreateResolverRequest |
CreateResolverRequest.withKind(ResolverKind kind)
The resolver type.
|
Resolver |
Resolver.withKind(ResolverKind kind)
The resolver type.
|
Copyright © 2023. All rights reserved.