Uses of Class
software.amazon.awssdk.services.appsync.model.ListApisResponse
-
Packages that use ListApisResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.paginators -
-
Uses of ListApisResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListApisResponse Modifier and Type Method Description default ListApisResponseAppSyncClient. listApis(Consumer<ListApisRequest.Builder> listApisRequest)Lists the APIs in your AppSync account.default ListApisResponseAppSyncClient. listApis(ListApisRequest listApisRequest)Lists the APIs in your AppSync account.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListApisResponse Modifier and Type Method Description default CompletableFuture<ListApisResponse>AppSyncAsyncClient. listApis(Consumer<ListApisRequest.Builder> listApisRequest)Lists the APIs in your AppSync account.default CompletableFuture<ListApisResponse>AppSyncAsyncClient. listApis(ListApisRequest listApisRequest)Lists the APIs in your AppSync account. -
Uses of ListApisResponse in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ListApisResponse Modifier and Type Method Description Iterator<ListApisResponse>ListApisIterable. iterator()Method parameters in software.amazon.awssdk.services.appsync.paginators with type arguments of type ListApisResponse Modifier and Type Method Description voidListApisPublisher. subscribe(org.reactivestreams.Subscriber<? super ListApisResponse> subscriber)
-