Uses of Class
software.amazon.awssdk.services.appsync.model.DeleteGraphqlApiResponse
-
Packages that use DeleteGraphqlApiResponse 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 DeleteGraphqlApiResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return DeleteGraphqlApiResponse Modifier and Type Method Description default DeleteGraphqlApiResponseAppSyncClient. deleteGraphqlApi(Consumer<DeleteGraphqlApiRequest.Builder> deleteGraphqlApiRequest)Deletes aGraphqlApiobject.default DeleteGraphqlApiResponseAppSyncClient. deleteGraphqlApi(DeleteGraphqlApiRequest deleteGraphqlApiRequest)Deletes aGraphqlApiobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type DeleteGraphqlApiResponse Modifier and Type Method Description default CompletableFuture<DeleteGraphqlApiResponse>AppSyncAsyncClient. deleteGraphqlApi(Consumer<DeleteGraphqlApiRequest.Builder> deleteGraphqlApiRequest)Deletes aGraphqlApiobject.default CompletableFuture<DeleteGraphqlApiResponse>AppSyncAsyncClient. deleteGraphqlApi(DeleteGraphqlApiRequest deleteGraphqlApiRequest)Deletes aGraphqlApiobject.
-