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