Uses of Class
software.amazon.awssdk.services.appsync.model.GetTypeResponse
-
Packages that use GetTypeResponse 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 GetTypeResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetTypeResponse Modifier and Type Method Description default GetTypeResponseAppSyncClient. getType(Consumer<GetTypeRequest.Builder> getTypeRequest)Retrieves aTypeobject.default GetTypeResponseAppSyncClient. getType(GetTypeRequest getTypeRequest)Retrieves aTypeobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetTypeResponse Modifier and Type Method Description default CompletableFuture<GetTypeResponse>AppSyncAsyncClient. getType(Consumer<GetTypeRequest.Builder> getTypeRequest)Retrieves aTypeobject.default CompletableFuture<GetTypeResponse>AppSyncAsyncClient. getType(GetTypeRequest getTypeRequest)Retrieves aTypeobject.
-