| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaType.fromValue(String value)
Use this in place of valueOf.
|
static SchemaType |
SchemaType.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemasRequest |
ListSchemasRequest.withSchemaType(SchemaType schemaType)
If present, filter schemas by schema type.
|
SchemaSummary |
SchemaSummary.withType(SchemaType type)
The type of schema object.
|
Schema |
Schema.withType(SchemaType type)
The type of schema.
|
Copyright © 2023. All rights reserved.