Uses of Class
software.amazon.awssdk.services.appsync.model.SchemaStatus
-
Packages that use SchemaStatus Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of SchemaStatus in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return SchemaStatus Modifier and Type Method Description static SchemaStatusSchemaStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchemaStatusGetSchemaCreationStatusResponse. status()The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).SchemaStatusStartSchemaCreationResponse. status()The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).static SchemaStatusSchemaStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaStatus[]SchemaStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type SchemaStatus Modifier and Type Method Description static Set<SchemaStatus>SchemaStatus. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type SchemaStatus Modifier and Type Method Description GetSchemaCreationStatusResponse.BuilderGetSchemaCreationStatusResponse.Builder. status(SchemaStatus status)The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).StartSchemaCreationResponse.BuilderStartSchemaCreationResponse.Builder. status(SchemaStatus status)The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE).
-