Uses of Class
software.amazon.awssdk.services.resiliencehub.model.EventSubscription
-
Packages that use EventSubscription Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of EventSubscription in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type EventSubscription Modifier and Type Method Description List<EventSubscription>App. eventSubscriptions()The list of events you would like to subscribe and get notification for.List<EventSubscription>CreateAppRequest. eventSubscriptions()The list of events you would like to subscribe and get notification for.List<EventSubscription>UpdateAppRequest. eventSubscriptions()The list of events you would like to subscribe and get notification for.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type EventSubscription Modifier and Type Method Description App.BuilderApp.Builder. eventSubscriptions(EventSubscription... eventSubscriptions)The list of events you would like to subscribe and get notification for.CreateAppRequest.BuilderCreateAppRequest.Builder. eventSubscriptions(EventSubscription... eventSubscriptions)The list of events you would like to subscribe and get notification for.UpdateAppRequest.BuilderUpdateAppRequest.Builder. eventSubscriptions(EventSubscription... eventSubscriptions)The list of events you would like to subscribe and get notification for.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type EventSubscription Modifier and Type Method Description App.BuilderApp.Builder. eventSubscriptions(Collection<EventSubscription> eventSubscriptions)The list of events you would like to subscribe and get notification for.CreateAppRequest.BuilderCreateAppRequest.Builder. eventSubscriptions(Collection<EventSubscription> eventSubscriptions)The list of events you would like to subscribe and get notification for.UpdateAppRequest.BuilderUpdateAppRequest.Builder. eventSubscriptions(Collection<EventSubscription> eventSubscriptions)The list of events you would like to subscribe and get notification for.
-