| Package | Description |
|---|---|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaVersionSummary |
SchemaVersionSummary.clone() |
SchemaVersionSummary |
SchemaVersionSummary.withSchemaArn(String schemaArn)
The ARN of the schema version.
|
SchemaVersionSummary |
SchemaVersionSummary.withSchemaName(String schemaName)
The name of the schema.
|
SchemaVersionSummary |
SchemaVersionSummary.withSchemaVersion(String schemaVersion)
The version number of the schema.
|
SchemaVersionSummary |
SchemaVersionSummary.withType(String type)
The type of schema.
|
SchemaVersionSummary |
SchemaVersionSummary.withType(Type type)
The type of schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaVersionSummary> |
ListSchemaVersionsResult.getSchemaVersions()
An array of schema version summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsResult |
ListSchemaVersionsResult.withSchemaVersions(SchemaVersionSummary... schemaVersions)
An array of schema version summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemaVersionsResult.setSchemaVersions(Collection<SchemaVersionSummary> schemaVersions)
An array of schema version summaries.
|
ListSchemaVersionsResult |
ListSchemaVersionsResult.withSchemaVersions(Collection<SchemaVersionSummary> schemaVersions)
An array of schema version summaries.
|
Copyright © 2021. All rights reserved.