Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ReceiverConfiguration
-
Packages that use ReceiverConfiguration Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ReceiverConfiguration in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ReceiverConfiguration Modifier and Type Method Description List<ReceiverConfiguration>ProtectedQuerySummary. receiverConfigurations()The receiver configuration.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ReceiverConfiguration Modifier and Type Method Description ProtectedQuerySummary.BuilderProtectedQuerySummary.Builder. receiverConfigurations(ReceiverConfiguration... receiverConfigurations)The receiver configuration.Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ReceiverConfiguration Modifier and Type Method Description ProtectedQuerySummary.BuilderProtectedQuerySummary.Builder. receiverConfigurations(Collection<ReceiverConfiguration> receiverConfigurations)The receiver configuration.
-