Uses of Class
software.amazon.awssdk.services.cleanrooms.model.SchemaType
-
Packages that use SchemaType Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of SchemaType in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return SchemaType Modifier and Type Method Description static SchemaTypeSchemaType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchemaTypeListSchemasRequest. schemaType()If present, filter schemas by schema type.SchemaTypeSchema. type()The type of schema.SchemaTypeSchemaSummary. type()The type of schema object.static SchemaTypeSchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaType[]SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type SchemaType Modifier and Type Method Description static Set<SchemaType>SchemaType. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type SchemaType Modifier and Type Method Description ListSchemasRequest.BuilderListSchemasRequest.Builder. schemaType(SchemaType schemaType)If present, filter schemas by schema type.Schema.BuilderSchema.Builder. type(SchemaType type)The type of schema.SchemaSummary.BuilderSchemaSummary.Builder. type(SchemaType type)The type of schema object.
-