Uses of Class
software.amazon.awssdk.services.connect.model.ListIntegrationAssociationsResponse
-
Packages that use ListIntegrationAssociationsResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.paginators -
-
Uses of ListIntegrationAssociationsResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListIntegrationAssociationsResponse Modifier and Type Method Description default ListIntegrationAssociationsResponseConnectClient. listIntegrationAssociations(Consumer<ListIntegrationAssociationsRequest.Builder> listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.default ListIntegrationAssociationsResponseConnectClient. listIntegrationAssociations(ListIntegrationAssociationsRequest listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListIntegrationAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListIntegrationAssociationsResponse>ConnectAsyncClient. listIntegrationAssociations(Consumer<ListIntegrationAssociationsRequest.Builder> listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.default CompletableFuture<ListIntegrationAssociationsResponse>ConnectAsyncClient. listIntegrationAssociations(ListIntegrationAssociationsRequest listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance. -
Uses of ListIntegrationAssociationsResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListIntegrationAssociationsResponse Modifier and Type Method Description Iterator<ListIntegrationAssociationsResponse>ListIntegrationAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListIntegrationAssociationsResponse Modifier and Type Method Description voidListIntegrationAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListIntegrationAssociationsResponse> subscriber)
-