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