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