Uses of Class
software.amazon.awssdk.services.appsync.model.ListResolversByFunctionRequest
-
Packages that use ListResolversByFunctionRequest 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.transform -
-
Uses of ListResolversByFunctionRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type ListResolversByFunctionRequest Modifier and Type Method Description default CompletableFuture<ListResolversByFunctionResponse>AppSyncAsyncClient. listResolversByFunction(ListResolversByFunctionRequest 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. -
Uses of ListResolversByFunctionRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type ListResolversByFunctionRequest Modifier and Type Method Description SdkHttpFullRequestListResolversByFunctionRequestMarshaller. marshall(ListResolversByFunctionRequest listResolversByFunctionRequest)
-