Uses of Class
software.amazon.awssdk.services.appintegrations.model.EventIntegration
-
Packages that use EventIntegration Package Description software.amazon.awssdk.services.appintegrations.model software.amazon.awssdk.services.appintegrations.paginators -
-
Uses of EventIntegration in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type EventIntegration Modifier and Type Method Description List<EventIntegration>ListEventIntegrationsResponse. eventIntegrations()The event integrations.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type EventIntegration Modifier and Type Method Description ListEventIntegrationsResponse.BuilderListEventIntegrationsResponse.Builder. eventIntegrations(EventIntegration... eventIntegrations)The event integrations.Method parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type EventIntegration Modifier and Type Method Description ListEventIntegrationsResponse.BuilderListEventIntegrationsResponse.Builder. eventIntegrations(Collection<EventIntegration> eventIntegrations)The event integrations. -
Uses of EventIntegration in software.amazon.awssdk.services.appintegrations.paginators
Methods in software.amazon.awssdk.services.appintegrations.paginators that return types with arguments of type EventIntegration Modifier and Type Method Description SdkIterable<EventIntegration>ListEventIntegrationsIterable. eventIntegrations()Returns an iterable to iterate through the paginatedListEventIntegrationsResponse.eventIntegrations()member.SdkPublisher<EventIntegration>ListEventIntegrationsPublisher. eventIntegrations()Returns a publisher that can be used to get a stream of data.
-