Uses of Class
software.amazon.awssdk.services.cleanrooms.model.PaymentConfiguration
-
Packages that use PaymentConfiguration Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of PaymentConfiguration in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return PaymentConfiguration Modifier and Type Method Description PaymentConfigurationCreateCollaborationRequest. creatorPaymentConfiguration()The collaboration creator's payment responsibilities set by the collaboration creator.PaymentConfigurationMemberSpecification. paymentConfiguration()The collaboration member's payment responsibilities set by the collaboration creator.PaymentConfigurationMemberSummary. paymentConfiguration()The collaboration member's payment responsibilities set by the collaboration creator.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type PaymentConfiguration Modifier and Type Method Description CreateCollaborationRequest.BuilderCreateCollaborationRequest.Builder. creatorPaymentConfiguration(PaymentConfiguration creatorPaymentConfiguration)The collaboration creator's payment responsibilities set by the collaboration creator.MemberSpecification.BuilderMemberSpecification.Builder. paymentConfiguration(PaymentConfiguration paymentConfiguration)The collaboration member's payment responsibilities set by the collaboration creator.MemberSummary.BuilderMemberSummary.Builder. paymentConfiguration(PaymentConfiguration paymentConfiguration)The collaboration member's payment responsibilities set by the collaboration creator.
-