Uses of Class
software.amazon.awssdk.services.appsync.model.GetSchemaCreationStatusResponse
-
Packages that use GetSchemaCreationStatusResponse 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 GetSchemaCreationStatusResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetSchemaCreationStatusResponse Modifier and Type Method Description default GetSchemaCreationStatusResponseAppSyncClient. getSchemaCreationStatus(Consumer<GetSchemaCreationStatusRequest.Builder> getSchemaCreationStatusRequest)Retrieves the current status of a schema creation operation.default GetSchemaCreationStatusResponseAppSyncClient. getSchemaCreationStatus(GetSchemaCreationStatusRequest getSchemaCreationStatusRequest)Retrieves the current status of a schema creation operation.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetSchemaCreationStatusResponse Modifier and Type Method Description default CompletableFuture<GetSchemaCreationStatusResponse>AppSyncAsyncClient. getSchemaCreationStatus(Consumer<GetSchemaCreationStatusRequest.Builder> getSchemaCreationStatusRequest)Retrieves the current status of a schema creation operation.default CompletableFuture<GetSchemaCreationStatusResponse>AppSyncAsyncClient. getSchemaCreationStatus(GetSchemaCreationStatusRequest getSchemaCreationStatusRequest)Retrieves the current status of a schema creation operation.
-