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