Uses of Class
software.amazon.awssdk.services.cleanrooms.model.SchemaSummary
-
Packages that use SchemaSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of SchemaSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type SchemaSummary Modifier and Type Method Description List<SchemaSummary>ListSchemasResponse. schemaSummaries()The retrieved list of schemas.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type SchemaSummary Modifier and Type Method Description ListSchemasResponse.BuilderListSchemasResponse.Builder. schemaSummaries(SchemaSummary... schemaSummaries)The retrieved list of schemas.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type SchemaSummary Modifier and Type Method Description ListSchemasResponse.BuilderListSchemasResponse.Builder. schemaSummaries(Collection<SchemaSummary> schemaSummaries)The retrieved list of schemas. -
Uses of SchemaSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type SchemaSummary Modifier and Type Method Description SdkIterable<SchemaSummary>ListSchemasIterable. schemaSummaries()Returns an iterable to iterate through the paginatedListSchemasResponse.schemaSummaries()member.SdkPublisher<SchemaSummary>ListSchemasPublisher. schemaSummaries()Returns a publisher that can be used to get a stream of data.
-