Uses of Class
software.amazon.awssdk.services.connectparticipant.model.Receipt
-
Packages that use Receipt Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of Receipt in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type Receipt Modifier and Type Method Description List<Receipt>MessageMetadata. receipts()The list of receipt information for a message for different recipients.Methods in software.amazon.awssdk.services.connectparticipant.model with parameters of type Receipt Modifier and Type Method Description MessageMetadata.BuilderMessageMetadata.Builder. receipts(Receipt... receipts)The list of receipt information for a message for different recipients.Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type Receipt Modifier and Type Method Description MessageMetadata.BuilderMessageMetadata.Builder. receipts(Collection<Receipt> receipts)The list of receipt information for a message for different recipients.
-