Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableSummary
-
Packages that use ConfiguredTableSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ConfiguredTableSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ConfiguredTableSummary Modifier and Type Method Description List<ConfiguredTableSummary>ListConfiguredTablesResponse. configuredTableSummaries()The configured tables listed by the request.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ConfiguredTableSummary Modifier and Type Method Description ListConfiguredTablesResponse.BuilderListConfiguredTablesResponse.Builder. configuredTableSummaries(ConfiguredTableSummary... configuredTableSummaries)The configured tables listed by the request.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ConfiguredTableSummary Modifier and Type Method Description ListConfiguredTablesResponse.BuilderListConfiguredTablesResponse.Builder. configuredTableSummaries(Collection<ConfiguredTableSummary> configuredTableSummaries)The configured tables listed by the request. -
Uses of ConfiguredTableSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ConfiguredTableSummary Modifier and Type Method Description SdkIterable<ConfiguredTableSummary>ListConfiguredTablesIterable. configuredTableSummaries()Returns an iterable to iterate through the paginatedListConfiguredTablesResponse.configuredTableSummaries()member.SdkPublisher<ConfiguredTableSummary>ListConfiguredTablesPublisher. configuredTableSummaries()Returns a publisher that can be used to get a stream of data.
-