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