Uses of Class
software.amazon.awssdk.services.appintegrations.model.ListApplicationsResponse
-
Packages that use ListApplicationsResponse Package Description software.amazon.awssdk.services.appintegrations 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)Lists applications in the account.default ListApplicationsResponseAppIntegrationsClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists applications in the account.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)Lists applications in the account.default CompletableFuture<ListApplicationsResponse>AppIntegrationsAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists applications in the account. -
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)
-