Uses of Class
software.amazon.awssdk.services.appsync.model.AssociateApiRequest
-
Packages that use AssociateApiRequest 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 AssociateApiRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type AssociateApiRequest Modifier and Type Method Description default CompletableFuture<AssociateApiResponse>AppSyncAsyncClient. associateApi(AssociateApiRequest associateApiRequest)Maps an endpoint to your custom domain.default AssociateApiResponseAppSyncClient. associateApi(AssociateApiRequest associateApiRequest)Maps an endpoint to your custom domain. -
Uses of AssociateApiRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type AssociateApiRequest Modifier and Type Method Description SdkHttpFullRequestAssociateApiRequestMarshaller. marshall(AssociateApiRequest associateApiRequest)
-