Uses of Class
software.amazon.awssdk.services.appsync.model.ListGraphqlApisResponse
-
Packages that use ListGraphqlApisResponse 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 ListGraphqlApisResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListGraphqlApisResponse Modifier and Type Method Description default ListGraphqlApisResponseAppSyncClient. listGraphqlApis()Lists your GraphQL APIs.default ListGraphqlApisResponseAppSyncClient. listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)Lists your GraphQL APIs.default ListGraphqlApisResponseAppSyncClient. listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)Lists your GraphQL APIs.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListGraphqlApisResponse Modifier and Type Method Description default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis()Lists your GraphQL APIs.default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis(Consumer<ListGraphqlApisRequest.Builder> listGraphqlApisRequest)Lists your GraphQL APIs.default CompletableFuture<ListGraphqlApisResponse>AppSyncAsyncClient. listGraphqlApis(ListGraphqlApisRequest listGraphqlApisRequest)Lists your GraphQL APIs. -
Uses of ListGraphqlApisResponse in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type ListGraphqlApisResponse Modifier and Type Method Description Iterator<ListGraphqlApisResponse>ListGraphqlApisIterable. iterator()Method parameters in software.amazon.awssdk.services.appsync.paginators with type arguments of type ListGraphqlApisResponse Modifier and Type Method Description voidListGraphqlApisPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGraphqlApisResponse> subscriber)
-