Uses of Class
software.amazon.awssdk.services.amplify.model.ListAppsResponse
-
Packages that use ListAppsResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps.software.amazon.awssdk.services.amplify.paginators -
-
Uses of ListAppsResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return ListAppsResponse Modifier and Type Method Description default ListAppsResponseAmplifyClient. listApps()Returns a list of the existing Amplify apps.default ListAppsResponseAmplifyClient. listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)Returns a list of the existing Amplify apps.default ListAppsResponseAmplifyClient. listApps(ListAppsRequest listAppsRequest)Returns a list of the existing Amplify apps.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type ListAppsResponse Modifier and Type Method Description default CompletableFuture<ListAppsResponse>AmplifyAsyncClient. listApps()Returns a list of the existing Amplify apps.default CompletableFuture<ListAppsResponse>AmplifyAsyncClient. listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)Returns a list of the existing Amplify apps.default CompletableFuture<ListAppsResponse>AmplifyAsyncClient. listApps(ListAppsRequest listAppsRequest)Returns a list of the existing Amplify apps. -
Uses of ListAppsResponse in software.amazon.awssdk.services.amplify.paginators
Methods in software.amazon.awssdk.services.amplify.paginators that return types with arguments of type ListAppsResponse Modifier and Type Method Description Iterator<ListAppsResponse>ListAppsIterable. iterator()Method parameters in software.amazon.awssdk.services.amplify.paginators with type arguments of type ListAppsResponse Modifier and Type Method Description voidListAppsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppsResponse> subscriber)
-