Uses of Class
software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsRequest
-
Packages that use ListDataIntegrationsRequest Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.software.amazon.awssdk.services.appintegrations.paginators software.amazon.awssdk.services.appintegrations.transform -
-
Uses of ListDataIntegrationsRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type ListDataIntegrationsRequest Modifier and Type Method Description default CompletableFuture<ListDataIntegrationsResponse>AppIntegrationsAsyncClient. listDataIntegrations(ListDataIntegrationsRequest listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsResponseAppIntegrationsClient. listDataIntegrations(ListDataIntegrationsRequest listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsPublisherAppIntegrationsAsyncClient. listDataIntegrationsPaginator(ListDataIntegrationsRequest listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsIterableAppIntegrationsClient. listDataIntegrationsPaginator(ListDataIntegrationsRequest listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account. -
Uses of ListDataIntegrationsRequest in software.amazon.awssdk.services.appintegrations.paginators
Constructors in software.amazon.awssdk.services.appintegrations.paginators with parameters of type ListDataIntegrationsRequest Constructor Description ListDataIntegrationsIterable(AppIntegrationsClient client, ListDataIntegrationsRequest firstRequest)ListDataIntegrationsPublisher(AppIntegrationsAsyncClient client, ListDataIntegrationsRequest firstRequest) -
Uses of ListDataIntegrationsRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type ListDataIntegrationsRequest Modifier and Type Method Description SdkHttpFullRequestListDataIntegrationsRequestMarshaller. marshall(ListDataIntegrationsRequest listDataIntegrationsRequest)
-