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