Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateSourceApiAssociationResponse
-
Packages that use UpdateSourceApiAssociationResponse 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 UpdateSourceApiAssociationResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return UpdateSourceApiAssociationResponse Modifier and Type Method Description default UpdateSourceApiAssociationResponseAppSyncClient. updateSourceApiAssociation(Consumer<UpdateSourceApiAssociationRequest.Builder> updateSourceApiAssociationRequest)Updates some of the configuration choices of a particular source API association.default UpdateSourceApiAssociationResponseAppSyncClient. updateSourceApiAssociation(UpdateSourceApiAssociationRequest updateSourceApiAssociationRequest)Updates some of the configuration choices of a particular source API association.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type UpdateSourceApiAssociationResponse Modifier and Type Method Description default CompletableFuture<UpdateSourceApiAssociationResponse>AppSyncAsyncClient. updateSourceApiAssociation(Consumer<UpdateSourceApiAssociationRequest.Builder> updateSourceApiAssociationRequest)Updates some of the configuration choices of a particular source API association.default CompletableFuture<UpdateSourceApiAssociationResponse>AppSyncAsyncClient. updateSourceApiAssociation(UpdateSourceApiAssociationRequest updateSourceApiAssociationRequest)Updates some of the configuration choices of a particular source API association.
-