Uses of Class
software.amazon.awssdk.services.appsync.model.GetGraphqlApiResponse
-
Packages that use GetGraphqlApiResponse 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 GetGraphqlApiResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetGraphqlApiResponse Modifier and Type Method Description default GetGraphqlApiResponseAppSyncClient. getGraphqlApi(Consumer<GetGraphqlApiRequest.Builder> getGraphqlApiRequest)Retrieves aGraphqlApiobject.default GetGraphqlApiResponseAppSyncClient. getGraphqlApi(GetGraphqlApiRequest getGraphqlApiRequest)Retrieves aGraphqlApiobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetGraphqlApiResponse Modifier and Type Method Description default CompletableFuture<GetGraphqlApiResponse>AppSyncAsyncClient. getGraphqlApi(Consumer<GetGraphqlApiRequest.Builder> getGraphqlApiRequest)Retrieves aGraphqlApiobject.default CompletableFuture<GetGraphqlApiResponse>AppSyncAsyncClient. getGraphqlApi(GetGraphqlApiRequest getGraphqlApiRequest)Retrieves aGraphqlApiobject.
-