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