Uses of Class
software.amazon.awssdk.services.cleanrooms.model.SchemaStatusDetail
-
Packages that use SchemaStatusDetail Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of SchemaStatusDetail in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type SchemaStatusDetail Modifier and Type Method Description List<SchemaStatusDetail>Schema. schemaStatusDetails()Details about the status of the schema.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type SchemaStatusDetail Modifier and Type Method Description Schema.BuilderSchema.Builder. schemaStatusDetails(SchemaStatusDetail... schemaStatusDetails)Details about the status of the schema.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type SchemaStatusDetail Modifier and Type Method Description Schema.BuilderSchema.Builder. schemaStatusDetails(Collection<SchemaStatusDetail> schemaStatusDetails)Details about the status of the schema.
-