Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAssociationSummary
-
Packages that use ConfiguredTableAssociationSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of ConfiguredTableAssociationSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ConfiguredTableAssociationSummary Modifier and Type Method Description List<ConfiguredTableAssociationSummary>ListConfiguredTableAssociationsResponse. configuredTableAssociationSummaries()The retrieved list of configured table associations.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ConfiguredTableAssociationSummary Modifier and Type Method Description ListConfiguredTableAssociationsResponse.BuilderListConfiguredTableAssociationsResponse.Builder. configuredTableAssociationSummaries(ConfiguredTableAssociationSummary... configuredTableAssociationSummaries)The retrieved list of configured table associations.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ConfiguredTableAssociationSummary Modifier and Type Method Description ListConfiguredTableAssociationsResponse.BuilderListConfiguredTableAssociationsResponse.Builder. configuredTableAssociationSummaries(Collection<ConfiguredTableAssociationSummary> configuredTableAssociationSummaries)The retrieved list of configured table associations. -
Uses of ConfiguredTableAssociationSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type ConfiguredTableAssociationSummary Modifier and Type Method Description SdkIterable<ConfiguredTableAssociationSummary>ListConfiguredTableAssociationsIterable. configuredTableAssociationSummaries()Returns an iterable to iterate through the paginatedListConfiguredTableAssociationsResponse.configuredTableAssociationSummaries()member.SdkPublisher<ConfiguredTableAssociationSummary>ListConfiguredTableAssociationsPublisher. configuredTableAssociationSummaries()Returns a publisher that can be used to get a stream of data.
-