Uses of Class
software.amazon.awssdk.services.appintegrations.model.DataIntegrationSummary
-
Packages that use DataIntegrationSummary Package Description software.amazon.awssdk.services.appintegrations.model software.amazon.awssdk.services.appintegrations.paginators -
-
Uses of DataIntegrationSummary in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type DataIntegrationSummary Modifier and Type Method Description List<DataIntegrationSummary>ListDataIntegrationsResponse. dataIntegrations()The DataIntegrations associated with this account.Methods in software.amazon.awssdk.services.appintegrations.model with parameters of type DataIntegrationSummary Modifier and Type Method Description ListDataIntegrationsResponse.BuilderListDataIntegrationsResponse.Builder. dataIntegrations(DataIntegrationSummary... dataIntegrations)The DataIntegrations associated with this account.Method parameters in software.amazon.awssdk.services.appintegrations.model with type arguments of type DataIntegrationSummary Modifier and Type Method Description ListDataIntegrationsResponse.BuilderListDataIntegrationsResponse.Builder. dataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)The DataIntegrations associated with this account. -
Uses of DataIntegrationSummary in software.amazon.awssdk.services.appintegrations.paginators
Methods in software.amazon.awssdk.services.appintegrations.paginators that return types with arguments of type DataIntegrationSummary Modifier and Type Method Description SdkIterable<DataIntegrationSummary>ListDataIntegrationsIterable. dataIntegrations()Returns an iterable to iterate through the paginatedListDataIntegrationsResponse.dataIntegrations()member.SdkPublisher<DataIntegrationSummary>ListDataIntegrationsPublisher. dataIntegrations()Returns a publisher that can be used to get a stream of data.
-