Uses of Class
software.amazon.awssdk.services.cleanrooms.model.Schema
-
Packages that use Schema Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of Schema in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return Schema Modifier and Type Method Description SchemaGetSchemaResponse. schema()The entire schema object.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type Schema Modifier and Type Method Description List<Schema>BatchGetSchemaResponse. schemas()The retrieved list of schemas.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type Schema Modifier and Type Method Description GetSchemaResponse.BuilderGetSchemaResponse.Builder. schema(Schema schema)The entire schema object.BatchGetSchemaResponse.BuilderBatchGetSchemaResponse.Builder. schemas(Schema... schemas)The retrieved list of schemas.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type Schema Modifier and Type Method Description BatchGetSchemaResponse.BuilderBatchGetSchemaResponse.Builder. schemas(Collection<Schema> schemas)The retrieved list of schemas.
-