| Package | Description |
|---|---|
| software.amazon.awssdk.services.appintegrations.model | |
| software.amazon.awssdk.services.appintegrations.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataIntegrationSummary> |
ListDataIntegrationsResponse.dataIntegrations()
The DataIntegrations associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataIntegrationsResponse.Builder |
ListDataIntegrationsResponse.Builder.dataIntegrations(DataIntegrationSummary... dataIntegrations)
The DataIntegrations associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataIntegrationsResponse.Builder |
ListDataIntegrationsResponse.Builder.dataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataIntegrationSummary> |
ListDataIntegrationsPublisher.dataIntegrations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataIntegrationSummary> |
ListDataIntegrationsIterable.dataIntegrations()
Returns an iterable to iterate through the paginated
ListDataIntegrationsResponse.dataIntegrations()
member. |
Copyright © 2023. All rights reserved.