| Package | Description |
|---|---|
| software.amazon.awssdk.services.appintegrations.model | |
| software.amazon.awssdk.services.appintegrations.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventIntegration> |
ListEventIntegrationsResponse.eventIntegrations()
The event integrations.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventIntegrationsResponse.Builder |
ListEventIntegrationsResponse.Builder.eventIntegrations(EventIntegration... eventIntegrations)
The event integrations.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventIntegrationsResponse.Builder |
ListEventIntegrationsResponse.Builder.eventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EventIntegration> |
ListEventIntegrationsIterable.eventIntegrations()
Returns an iterable to iterate through the paginated
ListEventIntegrationsResponse.eventIntegrations()
member. |
SdkPublisher<EventIntegration> |
ListEventIntegrationsPublisher.eventIntegrations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.