Uses of Class
software.amazon.awssdk.services.cleanrooms.model.IdMappingTableSummary
-
Packages that use IdMappingTableSummary Package Description software.amazon.awssdk.services.cleanrooms.model software.amazon.awssdk.services.cleanrooms.paginators -
-
Uses of IdMappingTableSummary in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type IdMappingTableSummary Modifier and Type Method Description List<IdMappingTableSummary>ListIdMappingTablesResponse. idMappingTableSummaries()The summary information of the ID mapping tables that you requested.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type IdMappingTableSummary Modifier and Type Method Description ListIdMappingTablesResponse.BuilderListIdMappingTablesResponse.Builder. idMappingTableSummaries(IdMappingTableSummary... idMappingTableSummaries)The summary information of the ID mapping tables that you requested.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type IdMappingTableSummary Modifier and Type Method Description ListIdMappingTablesResponse.BuilderListIdMappingTablesResponse.Builder. idMappingTableSummaries(Collection<IdMappingTableSummary> idMappingTableSummaries)The summary information of the ID mapping tables that you requested. -
Uses of IdMappingTableSummary in software.amazon.awssdk.services.cleanrooms.paginators
Methods in software.amazon.awssdk.services.cleanrooms.paginators that return types with arguments of type IdMappingTableSummary Modifier and Type Method Description SdkIterable<IdMappingTableSummary>ListIdMappingTablesIterable. idMappingTableSummaries()Returns an iterable to iterate through the paginatedListIdMappingTablesResponse.idMappingTableSummaries()member.SdkPublisher<IdMappingTableSummary>ListIdMappingTablesPublisher. idMappingTableSummaries()Returns a publisher that can be used to get a stream of data.
-