Uses of Class
software.amazon.awssdk.services.appsync.model.GetSourceApiAssociationResponse
-
Packages that use GetSourceApiAssociationResponse 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 GetSourceApiAssociationResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetSourceApiAssociationResponse Modifier and Type Method Description default GetSourceApiAssociationResponseAppSyncClient. getSourceApiAssociation(Consumer<GetSourceApiAssociationRequest.Builder> getSourceApiAssociationRequest)Retrieves aSourceApiAssociationobject.default GetSourceApiAssociationResponseAppSyncClient. getSourceApiAssociation(GetSourceApiAssociationRequest getSourceApiAssociationRequest)Retrieves aSourceApiAssociationobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetSourceApiAssociationResponse Modifier and Type Method Description default CompletableFuture<GetSourceApiAssociationResponse>AppSyncAsyncClient. getSourceApiAssociation(Consumer<GetSourceApiAssociationRequest.Builder> getSourceApiAssociationRequest)Retrieves aSourceApiAssociationobject.default CompletableFuture<GetSourceApiAssociationResponse>AppSyncAsyncClient. getSourceApiAssociation(GetSourceApiAssociationRequest getSourceApiAssociationRequest)Retrieves aSourceApiAssociationobject.
-