Uses of Class
software.amazon.awssdk.services.appsync.model.AssociateMergedGraphqlApiRequest
-
Packages that use AssociateMergedGraphqlApiRequest 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 AssociateMergedGraphqlApiRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type AssociateMergedGraphqlApiRequest Modifier and Type Method Description default CompletableFuture<AssociateMergedGraphqlApiResponse>AppSyncAsyncClient. associateMergedGraphqlApi(AssociateMergedGraphqlApiRequest associateMergedGraphqlApiRequest)Creates an association between a Merged API and source API using the source API's identifier.default AssociateMergedGraphqlApiResponseAppSyncClient. associateMergedGraphqlApi(AssociateMergedGraphqlApiRequest associateMergedGraphqlApiRequest)Creates an association between a Merged API and source API using the source API's identifier. -
Uses of AssociateMergedGraphqlApiRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type AssociateMergedGraphqlApiRequest Modifier and Type Method Description SdkHttpFullRequestAssociateMergedGraphqlApiRequestMarshaller. marshall(AssociateMergedGraphqlApiRequest associateMergedGraphqlApiRequest)
-