Uses of Class
software.amazon.awssdk.services.appsync.model.ListResolversByFunctionResponse
-
Packages that use ListResolversByFunctionResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of ListResolversByFunctionResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return ListResolversByFunctionResponse Modifier and Type Method Description default ListResolversByFunctionResponseAppSyncClient. listResolversByFunction(Consumer<ListResolversByFunctionRequest.Builder> listResolversByFunctionRequest)List the resolvers that are associated with a specific function.default ListResolversByFunctionResponseAppSyncClient. listResolversByFunction(ListResolversByFunctionRequest listResolversByFunctionRequest)List the resolvers that are associated with a specific function.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type ListResolversByFunctionResponse Modifier and Type Method Description default CompletableFuture<ListResolversByFunctionResponse>AppSyncAsyncClient. listResolversByFunction(Consumer<ListResolversByFunctionRequest.Builder> listResolversByFunctionRequest)List the resolvers that are associated with a specific function.default CompletableFuture<ListResolversByFunctionResponse>AppSyncAsyncClient. listResolversByFunction(ListResolversByFunctionRequest listResolversByFunctionRequest)List the resolvers that are associated with a specific function.
-