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