Uses of Class
software.amazon.awssdk.services.appintegrations.model.ListApplicationsResponse
-
Packages that use ListApplicationsResponse 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 ListApplicationsResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return ListApplicationsResponse Modifier and Type Method Description default ListApplicationsResponseAppIntegrationsClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)This API is in preview release and subject to change.default ListApplicationsResponseAppIntegrationsClient. listApplications(ListApplicationsRequest listApplicationsRequest)This API is in preview release and subject to change.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>AppIntegrationsAsyncClient. listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)This API is in preview release and subject to change.default CompletableFuture<ListApplicationsResponse>AppIntegrationsAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)This API is in preview release and subject to change. -
Uses of ListApplicationsResponse in software.amazon.awssdk.services.appintegrations.paginators
Methods in software.amazon.awssdk.services.appintegrations.paginators that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description Iterator<ListApplicationsResponse>ListApplicationsIterable. iterator()Method parameters in software.amazon.awssdk.services.appintegrations.paginators with type arguments of type ListApplicationsResponse Modifier and Type Method Description voidListApplicationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApplicationsResponse> subscriber)
-