Uses of Class
software.amazon.awssdk.services.appintegrations.model.ListDataIntegrationsResponse
-
Packages that use ListDataIntegrationsResponse 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 -
-
Uses of ListDataIntegrationsResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return ListDataIntegrationsResponse Modifier and Type Method Description default ListDataIntegrationsResponseAppIntegrationsClient. listDataIntegrations(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default ListDataIntegrationsResponseAppIntegrationsClient. listDataIntegrations(ListDataIntegrationsRequest listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type ListDataIntegrationsResponse Modifier and Type Method Description default CompletableFuture<ListDataIntegrationsResponse>AppIntegrationsAsyncClient. listDataIntegrations(Consumer<ListDataIntegrationsRequest.Builder> listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account.default CompletableFuture<ListDataIntegrationsResponse>AppIntegrationsAsyncClient. listDataIntegrations(ListDataIntegrationsRequest listDataIntegrationsRequest)Returns a paginated list of DataIntegrations in the account. -
Uses of ListDataIntegrationsResponse in software.amazon.awssdk.services.appintegrations.paginators
Methods in software.amazon.awssdk.services.appintegrations.paginators that return types with arguments of type ListDataIntegrationsResponse Modifier and Type Method Description Iterator<ListDataIntegrationsResponse>ListDataIntegrationsIterable. iterator()Method parameters in software.amazon.awssdk.services.appintegrations.paginators with type arguments of type ListDataIntegrationsResponse Modifier and Type Method Description voidListDataIntegrationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataIntegrationsResponse> subscriber)
-