Uses of Class
software.amazon.awssdk.services.appsync.model.DisassociateMergedGraphqlApiRequest
-
Packages that use DisassociateMergedGraphqlApiRequest 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 DisassociateMergedGraphqlApiRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type DisassociateMergedGraphqlApiRequest Modifier and Type Method Description 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.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. -
Uses of DisassociateMergedGraphqlApiRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type DisassociateMergedGraphqlApiRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateMergedGraphqlApiRequestMarshaller. marshall(DisassociateMergedGraphqlApiRequest disassociateMergedGraphqlApiRequest)
-