| Package | Description |
|---|---|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaSummary |
SchemaSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SchemaSummary |
SchemaSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
SchemaSummary |
SchemaSummary.clone() |
SchemaSummary |
SchemaSummary.withLastModified(Date lastModified)
The date and time that schema was modified.
|
SchemaSummary |
SchemaSummary.withSchemaArn(String schemaArn)
The ARN of the schema.
|
SchemaSummary |
SchemaSummary.withSchemaName(String schemaName)
The name of the schema.
|
SchemaSummary |
SchemaSummary.withTags(Map<String,String> tags)
Tags associated with the schema.
|
SchemaSummary |
SchemaSummary.withVersionCount(Long versionCount)
The number of versions available for the schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaSummary> |
ListSchemasResult.getSchemas()
An array of schema summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResult |
ListSchemasResult.withSchemas(SchemaSummary... schemas)
An array of schema summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemasResult.setSchemas(Collection<SchemaSummary> schemas)
An array of schema summaries.
|
ListSchemasResult |
ListSchemasResult.withSchemas(Collection<SchemaSummary> schemas)
An array of schema summaries.
|
Copyright © 2022. All rights reserved.