Uses of Class
software.amazon.awssdk.services.appsync.model.EventConfig
-
Packages that use EventConfig Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of EventConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return EventConfig Modifier and Type Method Description EventConfigApi. eventConfig()The Event API configuration.EventConfigCreateApiRequest. eventConfig()The Event API configuration.EventConfigUpdateApiRequest. eventConfig()The new event configuration.Methods in software.amazon.awssdk.services.appsync.model with parameters of type EventConfig Modifier and Type Method Description Api.BuilderApi.Builder. eventConfig(EventConfig eventConfig)The Event API configuration.CreateApiRequest.BuilderCreateApiRequest.Builder. eventConfig(EventConfig eventConfig)The Event API configuration.UpdateApiRequest.BuilderUpdateApiRequest.Builder. eventConfig(EventConfig eventConfig)The new event configuration.
-