| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
AppSyncRuntime |
UpdateFunctionRequest.runtime()
Returns the value of the Runtime property for this object.
|
AppSyncRuntime |
UpdateResolverRequest.runtime()
Returns the value of the Runtime property for this object.
|
AppSyncRuntime |
Resolver.runtime()
Returns the value of the Runtime property for this object.
|
AppSyncRuntime |
FunctionConfiguration.runtime()
Returns the value of the Runtime property for this object.
|
AppSyncRuntime |
EvaluateCodeRequest.runtime()
The runtime to be used when evaluating the code.
|
AppSyncRuntime |
CreateFunctionRequest.runtime()
Returns the value of the Runtime property for this object.
|
AppSyncRuntime |
CreateResolverRequest.runtime()
Returns the value of the Runtime property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFunctionRequest.Builder |
UpdateFunctionRequest.Builder.runtime(AppSyncRuntime runtime)
Sets the value of the Runtime property for this object.
|
UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.runtime(AppSyncRuntime runtime)
Sets the value of the Runtime property for this object.
|
Resolver.Builder |
Resolver.Builder.runtime(AppSyncRuntime runtime)
Sets the value of the Runtime property for this object.
|
FunctionConfiguration.Builder |
FunctionConfiguration.Builder.runtime(AppSyncRuntime runtime)
Sets the value of the Runtime property for this object.
|
EvaluateCodeRequest.Builder |
EvaluateCodeRequest.Builder.runtime(AppSyncRuntime runtime)
The runtime to be used when evaluating the code.
|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.runtime(AppSyncRuntime runtime)
Sets the value of the Runtime property for this object.
|
CreateResolverRequest.Builder |
CreateResolverRequest.Builder.runtime(AppSyncRuntime runtime)
Sets the value of the Runtime property for this object.
|
Copyright © 2023. All rights reserved.