| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
AppSyncParameters |
AppSyncParameters.clone() |
AppSyncParameters |
Target.getAppSyncParameters()
Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
|
AppSyncParameters |
AppSyncParameters.withGraphQLOperation(String graphQLOperation)
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL
service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setAppSyncParameters(AppSyncParameters appSyncParameters)
Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
|
Target |
Target.withAppSyncParameters(AppSyncParameters appSyncParameters)
Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
|
Copyright © 2025. All rights reserved.