Uses of Class
software.amazon.awssdk.services.appintegrations.model.Subscription
-
Packages that use Subscription Package Description software.amazon.awssdk.services.appintegrations.model -
-
Uses of Subscription in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type Subscription Modifier and Type Method Description List<Subscription>CreateApplicationRequest. subscriptions()The events that the application subscribes.List<Subscription>GetApplicationResponse. subscriptions()The events that the application subscribes.List<Subscription>UpdateApplicationRequest. subscriptions()The events that the application subscribes.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type Subscription Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. subscriptions(Subscription... subscriptions)The events that the application subscribes.GetApplicationResponse.BuilderGetApplicationResponse.Builder. subscriptions(Subscription... subscriptions)The events that the application subscribes.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. subscriptions(Subscription... subscriptions)The events that the application subscribes.Method parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type Subscription Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. subscriptions(Collection<Subscription> subscriptions)The events that the application subscribes.GetApplicationResponse.BuilderGetApplicationResponse.Builder. subscriptions(Collection<Subscription> subscriptions)The events that the application subscribes.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. subscriptions(Collection<Subscription> subscriptions)The events that the application subscribes.
-