Uses of Class
software.amazon.awssdk.services.appsync.model.GetApiResponse
-
Packages that use GetApiResponse 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 GetApiResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetApiResponse Modifier and Type Method Description default GetApiResponseAppSyncClient. getApi(Consumer<GetApiRequest.Builder> getApiRequest)Retrieves anApiobject.default GetApiResponseAppSyncClient. getApi(GetApiRequest getApiRequest)Retrieves anApiobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetApiResponse Modifier and Type Method Description default CompletableFuture<GetApiResponse>AppSyncAsyncClient. getApi(Consumer<GetApiRequest.Builder> getApiRequest)Retrieves anApiobject.default CompletableFuture<GetApiResponse>AppSyncAsyncClient. getApi(GetApiRequest getApiRequest)Retrieves anApiobject.
-