| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaSummary |
SchemaSummary.clone() |
SchemaSummary |
SchemaSummary.withAnalysisMethod(AnalysisMethod analysisMethod)
The analysis method for the associated schema.
|
SchemaSummary |
SchemaSummary.withAnalysisMethod(String analysisMethod)
The analysis method for the associated schema.
|
SchemaSummary |
SchemaSummary.withAnalysisRuleTypes(AnalysisRuleType... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary |
SchemaSummary.withAnalysisRuleTypes(Collection<String> analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary |
SchemaSummary.withAnalysisRuleTypes(String... analysisRuleTypes)
The types of analysis rules that are associated with this schema object.
|
SchemaSummary |
SchemaSummary.withCollaborationArn(String collaborationArn)
The unique ARN for the collaboration that the schema belongs to.
|
SchemaSummary |
SchemaSummary.withCollaborationId(String collaborationId)
The unique ID for the collaboration that the schema belongs to.
|
SchemaSummary |
SchemaSummary.withCreateTime(Date createTime)
The time the schema object was created.
|
SchemaSummary |
SchemaSummary.withCreatorAccountId(String creatorAccountId)
The unique account ID for the Amazon Web Services account that owns the schema.
|
SchemaSummary |
SchemaSummary.withName(String name)
The name for the schema object.
|
SchemaSummary |
SchemaSummary.withType(SchemaType type)
The type of schema object.
|
SchemaSummary |
SchemaSummary.withType(String type)
The type of schema object.
|
SchemaSummary |
SchemaSummary.withUpdateTime(Date updateTime)
The time the schema object was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaSummary> |
ListSchemasResult.getSchemaSummaries()
The retrieved list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
ListSchemasResult |
ListSchemasResult.withSchemaSummaries(SchemaSummary... schemaSummaries)
The retrieved list of schemas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemasResult.setSchemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
|
ListSchemasResult |
ListSchemasResult.withSchemaSummaries(Collection<SchemaSummary> schemaSummaries)
The retrieved list of schemas.
|
Copyright © 2025. All rights reserved.