| Package | Description |
|---|---|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSchemaSummary |
SearchSchemaSummary.clone() |
SearchSchemaSummary |
SearchSchemaSummary.withRegistryName(String registryName)
The name of the registry.
|
SearchSchemaSummary |
SearchSchemaSummary.withSchemaArn(String schemaArn)
The ARN of the schema.
|
SearchSchemaSummary |
SearchSchemaSummary.withSchemaName(String schemaName)
The name of the schema.
|
SearchSchemaSummary |
SearchSchemaSummary.withSchemaVersions(Collection<SearchSchemaVersionSummary> schemaVersions)
An array of schema version summaries.
|
SearchSchemaSummary |
SearchSchemaSummary.withSchemaVersions(SearchSchemaVersionSummary... schemaVersions)
An array of schema version summaries.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchSchemaSummary> |
SearchSchemasResult.getSchemas()
An array of SearchSchemaSummary information.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSchemasResult |
SearchSchemasResult.withSchemas(SearchSchemaSummary... schemas)
An array of SearchSchemaSummary information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSchemasResult.setSchemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
|
SearchSchemasResult |
SearchSchemasResult.withSchemas(Collection<SearchSchemaSummary> schemas)
An array of SearchSchemaSummary information.
|
Copyright © 2025. All rights reserved.