Uses of Class
software.amazon.awssdk.services.appsync.model.UpdateSourceApiAssociationRequest
-
Packages that use UpdateSourceApiAssociationRequest 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 UpdateSourceApiAssociationRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type UpdateSourceApiAssociationRequest Modifier and Type Method Description default CompletableFuture<UpdateSourceApiAssociationResponse>AppSyncAsyncClient. updateSourceApiAssociation(UpdateSourceApiAssociationRequest 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. -
Uses of UpdateSourceApiAssociationRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type UpdateSourceApiAssociationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSourceApiAssociationRequestMarshaller. marshall(UpdateSourceApiAssociationRequest updateSourceApiAssociationRequest)
-