| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SchemaType |
ListSchemasRequest.schemaType()
If present, filter schemas by schema type.
|
SchemaType |
Schema.type()
The type of schema.
|
SchemaType |
SchemaSummary.type()
The type of schema object.
|
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 |
|---|---|
static Set<SchemaType> |
SchemaType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemasRequest.Builder |
ListSchemasRequest.Builder.schemaType(SchemaType schemaType)
If present, filter schemas by schema type.
|
Schema.Builder |
Schema.Builder.type(SchemaType type)
The type of schema.
|
SchemaSummary.Builder |
SchemaSummary.Builder.type(SchemaType type)
The type of schema object.
|
Copyright © 2023. All rights reserved.